( ; Your egg's license: (license "BSD") ; Pick one from the list of categories (see below) for your egg and enter it ; here. (category io) ; A list of eggs oauth depends on. If none, you can omit this declaration ; altogether. `depends' is an alias to `needs'. ; Notice that you should NOT put Chicken units (e.g., srfi-1, srfi-13 ; and many others) in `needs' or in `depends'. (needs comparse) ; A list of eggs required for TESTING ONLY. See the `Tests' section. ; Just like `needs' and `depends', `test-depends' should NOT contain ; Chicken units. (test-depends test) (author "Andy Bennett ") (synopsis "Deserialization of Java Serialized Objects."))