[arch-general] Common Lisp packaging
I've noticed that the Arch Haskell community has made astonishing progress with their packages. I think it would be nice to have the same for Common Lisp. Would anyone be interested in devising a packaging system that works with multiple Lisps? Cheers, Leslie -- LinkedIn Profile: http://www.linkedin.com/in/polzer Xing Profile: https://www.xing.com/profile/LeslieP_Polzer Blog: http://blog.viridian-project.de/
Leslie P. Polzer wrote:
I've noticed that the Arch Haskell community has made astonishing progress with their packages.
I think it would be nice to have the same for Common Lisp.
Would anyone be interested in devising a packaging system that works with multiple Lisps?
Cheers,
Leslie
Hi Leslie, Well, some days ago, i was thinking of putting some packages for common lisp, because it was going to do a project in CLISP, but in the end I will not need more than the CLISP package. Anyway I am interested in doing more of the packages that are in http://www.cliki.net. LISP is one of my favorite language. Good Luck! -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
Leslie P. Polzer wrote:
I've noticed that the Arch Haskell community has made astonishing progress with their packages.
I think it would be nice to have the same for Common Lisp.
Would anyone be interested in devising a packaging system that works with multiple Lisps?
There is this wiki page that has (or started?) put together guidelines for the packaging of lisp packages. Allan
Allan McRae wrote:
Leslie P. Polzer wrote:
I've noticed that the Arch Haskell community has made astonishing progress with their packages.
I think it would be nice to have the same for Common Lisp.
Would anyone be interested in devising a packaging system that works with multiple Lisps?
There is this wiki page that has (or started?) put together guidelines for the packaging of lisp packages.
Allan
Hi, mmm, my english is very poor to write on the wiki, maybe another can review this and post on the wiki. With the codes available to Common LISP, it is quite complicated, many of them are already outdated due to using old libraries or are completely abandoned. I posted a comment for the cl-ppcre [1] package, rewriting from zero the PKGBUILD and the scriptlet This is for packages that use the ASDF system | ||PKGBUILD http://djgera.pastebin.com/f636b1fad scriptlet http://djgera.pastebin.com/m272a6179| | |Are open to discussion and new ideas. Currently I am working with other packages such as CFFI (The Common Foreign Function Interface) that many packages depends on it. | |[1] http://aur.archlinux.org/packages.php?ID=14549 -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
participants (3)
-
Allan McRae
-
Gerardo Exequiel Pozzi
-
Leslie P. Polzer