According to the instructions: Send an email to admin (at) common-lisp (dot) net with details about your project (your full name, your gpg public key, description of project, any members (and their full names), name of project and what license the code is released under).
My full name: Henrik Hjelte
GPG public key: -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.1 (GNU/Linux)
mQGiBEPg6JARBACEqp+a4ak5SDunQLXpw13UCVXw6h2Eijbp+LmBKTsXLuSenxlL StHrTSuNjkpDXUagqfDfU6Ij0gK9K0j4wRUB4oci/GPsraXK+4+neju6hmN6lM7n hPvzFsFKdLkExG/fpBXp4GUkHY3rZvYGroZvYajm9+ME367n46ecY6n4qwCgmlcN ZWAYxGYPeApyiPzZKj1OHDkD/ixlrPghs3Th7/JLBCHKMABfARZgcTbxR6bcdLNp dpt8fv2+bLQLuyc21GReRf3QufXL95TRr+gL1Cx469OLCz6p3zW0vqOynBzNf/nV M4b3b/Zhya/OMo4yZqR5VkfAew6u3YmtBISXiGiLIGzw/AXpaLrIzRK/ArcPK69y YnEtA/0egGCxjpvscd7SiMU1/9tGxqKsfxuLh/3pA8oDmwfBJuo21FxsusU8bAXw jnGngit9nV3z8+trq9ugPfUW89S1OqZICLLWnh4tu5qgzb2VEBf+2wQzXhlFDlav c266HIMvkcVHhAQEzHpMNzwF2nybsGQy45XTRMY0jrtw/IJ7b7QkSGVucmlrIEhq ZWx0ZSA8aGVucmlrQGV2YWhqZWx0ZS5jb20+iF4EExECAB4FAkPg6JACGwMGCwkI BwMCAxUCAwMWAgECHgECF4AACgkQ2wgZ/xPceUsmfwCfe+SSoaakU5UfNs3kjkVn piur3ZMAn1yhVPZcTJYE5A0SzM83a9V3OGL3uQINBEPg6JwQCACR4p8MN8Mq6xEG +0kjHRGH3LD1rFrjnKrKrwixpLXisQZLb5k03I47nT1f2eUV5NM8RoD/LCVouGO3 B8+eUEay0xEK0su8WUZc70rxc1RLKx8bACRPdi59uVob4Dwix6aEedjs2/X7iVbN j4aILLvxBlQ61aqAoR3XU9MmHiIJvVy6JGldMRAWOz5qSFaAQZCF/YDMBZ4/3kx9 uusMlGs6XoCnOrrmLqwHU+vdb2WX7ejVzB9h4LkMWMEOuBpkP2J/pYZEcC1qh36u /Z8v8/7v4Usjs/HXdBRmHUMSq1i4A53BgD6U+HhaVgq2zwpLd2e5IbUoz2Tn8xyh rWEro5SvAAMHB/wPqvJgtHjYLA1nWnkXMyn1gnwHAZ8pTI7qGcL+EjRr9v1u06pX aFLw2d6fGWXRhDQS5fwER1JOq4pS2gTfrA63mxNgmbOOOPFU5tbxHqrIovXr3X+k uxG2jb0uSmWmLv2y4VumDaLUL4i4l6qHKRVK6/pvJO1NGLBcCEHCC51EawOBqU2b yrtPGMsrUaTA2CqAkMeQIcfRUVrWpmIFODzE6WP2c5NxRx326wFCnLazrrE/4dhn dPJwNlL9XSM1i8dpMB1Q+PMGqGQa3O8JYGQMNKPR66U2PrzzZkDoapiQv0z1P0Uz fdoZvIvYi4SCHIExnGn9Zi9LYvv1LPjs3ztDiEkEGBECAAkFAkPg6JwCGwwACgkQ 2wgZ/xPceUun+ACfbsc/NWARo1n/arXTfc/3xYKSkfkAnRGZYh0AYhs7CM0d1DfN BBPkq1z/ =cp7a -----END PGP PUBLIC KEY BLOCK-----
Name of project: cl-json
Description: cl-json is a JSON parser and generator in Common-Lisp.
More about JSON, see this quote from http://www.crockford.com/JSON/:
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
Members: Henrik Hjelte
License: I want a very liberal license. I am not very familiar with the different license alternatives. I will choose the Lisp Lesser GPL if you don't have a better advice.
JSON plays very nice with javascript, so I think it is a nice addition particularly for web-hackers. The current state is that I have everything needed for a first release, including testcases (in fiveam), but no documentation. By the way I use darcs.
Yours sincerely, Henrik Hjelte