Re: Common Lisp packaging conventions

2025-01-19 Thread Konrad Hinsen
Hi Guillaume, > Usually we make a single package and declare which ASDF systems to > compile with the 'asd-systems' keyword in the arguments field (so the > option 1 in your list). Thanks for your input! Since that's the easiest solution for me as a packager, I won't complain :-) > However if an

Re: Common Lisp packaging conventions

2025-01-18 Thread Guillaume Le Vaillant
Konrad Hinsen skribis: > Hi everyone, > > I have packaged but not yet submitted CommonDoc > (https://github.com/CommonDoc/common-doc) for Guix. What has kept me so > far from submitting it is an uncertainty about conventions for > packaging Common Lisp code. > > The repository cited above contain