summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
AgeCommit message (Collapse)Author
2021-05-11gnu: Add cl-trivial-main-thread.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-trivial-main-thread, ecl-trivial-main-thread, cl-trivial-main-thread): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-11gnu: Add cl-simple-tasks.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-simple-tasks, ecl-simple-tasks, cl-simple-tasks): New packages. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-11gnu: Add cl-glsl-toolkit.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit, ecl-glsl-toolkit, cl-glsl-toolkit): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-11gnu: Add cl-messagebox.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-messagebox, ecl-messagebox, cl-messagebox): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-08gnu: sbcl-shlex: Update to 0.0.0-2.3dee1cb.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-shlex): Update to 0.0.0-2.3dee1cb.
2021-05-08gnu: sbcl-serapeum: Update to 0.0.0-5.f5da17b.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-5.f5da17b.
2021-05-08gnu: sbcl-numcl: Disable tests.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-numcl)[arguments]: Disable tests.
2021-05-08gnu: Add cl-3d-matrices.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-3d-matrices, cl-3d-matrices, ecl-3d-matrices): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-08gnu: Add cl-3d-vectors.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-3d-vectors, ecl-3d-vectors, cl-3d-vectors): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-08gnu: Simplify some Common Lisp packages.Guillaume Le Vaillant
This is a follow-up to 2fa8fd4af59af0de392352915fa50fc21a4cf98a. * gnu/packages/lisp-xyz.scm (sbcl-1am, sbcl-3bz)[arguments]: Remove custom 'asd-systems' parameter.
2021-05-07Revert "gnu: Add pathname-utils."Pierre Neidhardt
This reverts commit 22796f1ad16abb7b1519d11332175d147ae10b82. This is an accidental duplicate of 3de01371dc0c5fb0847d8ad64bc508f77396f56b.
2021-05-06gnu: Add pathname-utils.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-pathname-utils, ecl-pathname-utils, sbcl-pathname-utils): New variables.
2021-05-06gnu: sbcl-cl-webkit: Update to 20210504.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210504.
2021-05-04gnu: sbcl-trivial-backtrace: Move lift to native-inputs.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[inputs]: Move lift to... [native-inputs]: ... here.
2021-05-04gnu: sbcl-trivial-backtrace: Update to 1.1.0-1.6eb65bdSharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace): Update to 1.1.0-1.6eb65bd. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-04gnu: sbcl-static-dispatch: Update to 0.5.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-static-dispatch): Update to 0.5. [version]: Use annotated tag of the latest release in upstream. [native-inputs]: Remove prove, add fiveam. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-04gnu: sbcl-cl-environments: Update to 0.4.Sharlatan Hellseher
* gnu/package/lisp-xyz.scm (sbcl-cl-environments): Update to 0.4. [version]: Use annotated tag instead of direct commit, there are upstream releases available now. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-30gnu: Add cl-bknr-datastore.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-bknr-datastore, sbcl-bknr-datastore): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-30gnu: Add cl-unit-test.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-unit-test, ecl-unit-test, sbcl-unit-test): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-26gnu: Add dufy.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-dufy, ecl-dufy, sbcl-dufy): New variables.
2021-04-26gnu: Add lispbuilder-sdl.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-lispbuilder-sdl, ecl-lispbuilder-sdl, sbcl-lispbuilder-sdl): New variables.
2021-04-26gnu: Add cl-mime.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-mime, ecl-cl-mime, sbcl-cl-mime): New variables.
2021-04-26gnu: Add cl-qprint.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-qprint, ecl-cl-qprint, sbcl-cl-qprint): New variables.
2021-04-26gnu: Add simple-rgb.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-simple-rgb, ecl-simple-rgb, sbcl-simple-rgb): New variables.
2021-04-23gnu: Add cl-terrable.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-terrable, cl-terrable, ecl-terrable): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-22Revert "gnu: Add cl-weir."Guillaume Le Vaillant
This reverts commit 5763eba94cccc4019cb07b0cac6c16132c741e11. There may be a license issue with this package making it non-free. Reported by Giovanni Biscuolo <g@xelera.eu> in <https://issues.guix.gnu.org/47943>.
2021-04-22gnu: Add cl-weir.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-weir, ecl-weir, sbcl-weir): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-22gnu: Add cl-pathname-utils.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-pathname-utils, cl-pathname-utils, ecl-pathname-utils): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-21gnu: sbcl-clip: Fix typo.Vagrant Cascadian
* gnu/packages/lisp-xyz.scm (sbcl-clip)[description]: Fix spelling of "dependent".
2021-04-19gnu: Add cl-inferior-shell.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-inferior-shell, cl-inferior-shell, ecl-inferior-shell): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19gnu: Add cl-fare-mop.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-fare-mop, cl-fare-mop, ecl-fare-mop): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19gnu: Add cl-svg.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-svg, cl-svg, ecl-cl-svg): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19gnu: Add cl-png.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-png, cl-png, ecl-png): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19gnu: sbcl-croatoan: Update to 0.0.1-2.7077ef1.cage
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-2.7077ef1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-16gnu: Add cl-bodge-blobs-support.Adam Kandur
* gnu/packages/lisp-xyz.scm (sbcl-bodge-blobs-support, cl-bodge-blobs-support, ecl-bodge-blobs-support): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-12gnu: Add cl-bodge-queue.Adam Kandur
* gnu/packages/lisp-xyz.scm (sbcl-bodge-queue, cl-bodge-queue, ecl-bodge-queue): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-11gnu: Add cl-clip.Cameron Chaparro
* gnu/packages/lisp-xyz.scm (cl-clip, ecl-clip, sbcl-clip): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-10gnu: Add cl-coalton.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-coalton, cl-coalton, ecl-coalton): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-10gnu: Add cl-abstract-classes.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-abstract-classes, cl-abstract-classes, ecl-abstract-classes): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-10gnu: sbcl-cl-slug: Fix typos in synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/lisp-xyz.scm (sbcl-cl-slug) [synopsis, description]: Fix typos.
2021-04-10gnu: sbcl-claw-utils: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/lisp-xyz.scm (sbcl-claw-utils)[description]: Fix typo.
2021-04-07gnu: sbcl-cl-webkit: Update to 20210407.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210407.
2021-04-06gnu: sbcl-cl-webkit: Update to 20210406.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210406.
2021-04-05gnu: Add cl-umbra.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-umbra, cl-umbra, ecl-umbra): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-05gnu: Add cl-shadow.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-shadow, cl-shadow, ecl-shadow): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-05gnu: Add cl-cpus.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-cpus, cl-cpus, ecl-cl-cpus): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-05gnu: sbcl-golden-utils: Update to 0.0.0-2.62a5cb9.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-golden-utils): Update to 0.0.0-2.62a5cb9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-03gnu: Add cl-opengl.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-cl-opengl, cl-opengl, ecl-cl-opengl): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-02gnu: sbcl-cl-webkit: Update to 20210401.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210401.
2021-04-01gnu: Add cl-conspack.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-cl-conspack, cl-conspack, ecl-cl-conspack): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>