summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
AgeCommit message (Collapse)Author
2025-02-28gnu: cl-pdf: Update to ee904a1.jgart
* gnu/packages/lisp-xyz.scm (cl-pdf): Update to ee904a1. Change-Id: Id6d496c2a7c16549cfe8df55d5e3366ac0612e5e
2025-02-26gnu: cl-unix-opts: Fix home page.Timo Wilken
This was presumably set to cl-json's by mistake; I cannot see an obvious connection between the two projects. * gnu/packages/lisp-xyz.scm (sbcl-unix-opts)[home-page]: Set to source repository. Change-Id: Ie4d4e32c59c48594ef9f035a9c75157e435946d9 Signed-off-by: Guillaume Le Vaillant <[email protected]>
2025-02-26gnu: cl-simple-matrix: Update to 1.4-0.549113a.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 1.4-0.549113a. Change-Id: Ic1063d25221e142f7c07ea3218b0a46ad535add4
2025-02-19gnu: Fix some misspellings.Efraim Flashner
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
2025-02-17gnu: Fix typos in description and synopsis in various packages.Vagrant Cascadian
* gnu/packages/crates-database.scm (rust-sqlformat-0.2)[description]: Fix spelling of "formatting". * gnu/packages/emacs-xyz.scm (emacs-arei)[synopsis]: Fix spelling of "Asynchronous". (emacs-ob-racket)[description]: Fix spelling of "support". * gnu/packages/firmware.scm (fcode-utils)[description]: Fix spelling of "utilities". (sgabios)[description]: Fix spelling of "capabilities". * gnu/packages/games.scm (qcheckers)[description]: Fix spelling of "formerly". * gnu/packages/geo.scm (python-ogr2osm)[description]: Fix spelling of "PostgreSQL". * gnu/packages/guile-xyz.scm (guile-ares-rs)[synopsis]: Fix spelling of "Asynchronous". (guile-rsv)[description]: Fix spelling of "Separated". * gnu/packages/julia-xyz.scm (julia-multivariatepolynomials)[description]: Fix spelling of "implementing". * gnu/packages/language.scm (mecab)[description]: Fix spelling of "developed". * gnu/packages/lisp-xyz.scm (sbcl-cl-json-pointer)[description]: Fix spelling of "library". * gnu/packages/machine-learning.scm (ideep-pytorch)[synopsis]: Fix spelling of "internal". * gnu/packages/maths.scm (suitesparse-cholmod)[description]: Fix spelling of "routines". * gnu/packages/ocaml.scm (ocamlc-loc)[description]: Fix spelling of "compiler". * gnu/packages/pdf.scm (capypdf)[description]: Fix spelling of "library". * gnu/packages/ruby.scm ruby-silent-stream)[description]: Fix spelling of "Extensions". (ruby-fileutils)[synopsis]: Fix spelling of "library". * gnu/packages/rust-apps.scm (kibi)[description]: Fix spelling of "highlighting". * gnu/packages/scheme.scm (owl)[description]: Fix spelling of "support". * gnu/packages/statistics.scm (r-mixedpower)[description]: Fix spelling of "separate". * gnu/packages/sugar.scm (sugar-commander-activity)[description]: Fix spelling of "removable".
2025-02-06gnu: Add cl-fuzzy-match.Junker
* gnu/packages/lisp-xyz.scm (cl-fuzzy-match, ecl-fuzzy-match, sbcl-fuzzy-match): New variables. Change-Id: I65be6ab95bfec08e69bd4bf9658b140af3ea2025 Signed-off-by: Guillaume Le Vaillant <[email protected]>
2025-02-04gnu: sbcl-dbus: Update to 20231105-2.8bba6a09.Junker
* gnu/packages/lisp-xyz.scm (sbcl-dbus): Update to 20231105-2.8bba6a09. [source] fix file-name Change-Id: I36c432e9bd694d8d90af96deb0c7e0ad4b0fb17f Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-01-25gnu: sbcl-command-line-args: Update to 0.1.3.Charles
* gnu/packages/lisp-xyz.scm (sbcl-command-line-args): Update to 0.1.3. Change-Id: I2d10b6b7f10955d9aba6a5feea7cac3ef11d9476 Signed-off-by: jgart <[email protected]>
2025-01-22gnu: Add cl-trivial-battery.Junker
* gnu/packages/lisp-xyz.scp (cl-trivial-battery, ecl-trivial-battery, sbcl-trivial-battery): New variables. Change-Id: Icdcf77738ba71e4705410aadedd6fe6f7babf1e1 Signed-off-by: Guillaume Le Vaillant <[email protected]>
2025-01-22gnu: sbcl-alexandria: Add info manual.Andre A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-alexandria)[native-inputs]: Add texinfo. [arguments]: Add 'build-doc' phase. Signed-off-by: Guillaume Le Vaillant <[email protected]> Change-Id: Ib8e6a5f4a0a20bf9c78a65bb15bb63e7a0d66ad5
2025-01-16gnu: emacs-slite: Fix description.gemmaro
* gnu/packages/lisp-xyz.scm (emacs-slite)[description]: Fix Texinfo code markup. Change-Id: Ic3c4be16ed18b1c7ffba949f81746f91eed1d029 Signed-off-by: Zheng Junjie <[email protected]>
2025-01-11gnu: Add cl-colony and remove obsolete cl-virality.jgart
The Virality game engine is no longer maintained and developed. The successor of the Virality project is Colony. * gnu/packages/lisp-xyz.scm (cl-colony, ecl-colony, sbcl-colony): New variables. Remove sbcl-virality and cl-virality variables. Change-Id: Ib52c12fad265a9dcf92d5df7bdecf9fd7a481c2f
2025-01-11gnu: Add cl-semver.jgart
* gnu/packages/lisp-xyz.scm (cl-semver, ecl-cl-semver, sbcl-cl-semver): New variables. Change-Id: I42d44a52f8965f7be3826151c97a3ea096d88ad6
2025-01-09gnu: Add cl-ecclesia.jgart
* gnu/packages/lisp-xyz.scm (cl-ecclesia, ecl-ecclesia, sbcl-ecclesia): New variables. Change-Id: I6bbd03a106df1997cb8b6ba477e0f13e6dd5b583
2025-01-05gnu: Fix whitespace issues in Lisp package descriptions.Gabriel Wicki
This mainly addresses `double-space after sentence end period' and `trailing white space' issues. * gnu/packages/lisp-xyz.scm (sbcl-circular-streams, sbcl-cl-geometry, sbcl-cl-grnm, sbcl-nasdf, sbcl-sdl2kit, emacs-slite): Fix description. Change-Id: I0f480890ebfc55229434d3a11f696666ecd5cd84 Signed-off-by: Vagrant Cascadian <[email protected]>
2025-01-01gnu: Add cl-transducers.Jake Shilling
* gnu/packages/lisp-xyz.scm (cl-transducers, ecl-transducers, sbcl-transducers): Add new variables. Change-Id: Ia06d91c005b70528d5e5b37283e96edf040c2c69 Co-authored-by: jgart <[email protected]> Signed-off-by: jgart <[email protected]>
2024-12-29gnu: ecl-command-line-args: Disable tests.jgart
* gnu/packages/lisp-xyz.scm (ecl-command-line-args): Disable tests. Change-Id: I0c8b0c7e55144348020b178cb1b1f5f4ab019cb4
2024-12-29gnu: sbcl-command-line-args: Update to 0.1.2.jgart
* gnu/packages/lisp-xyz.scm (sbcl-command-line-args): Update to 0.1.2. Change-Id: If59aa39f719b89d7ffe873e08453ed7da0cf071a
2024-12-29gnu: cl-simple-matrix: Update to 1.3-0.878c68f.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 1.3-0.878c68f. Change-Id: Id4f0165dc72ab3da58102d612370d55fcc4f9bc0
2024-12-19gnu: cl-nodgui: Update to 0.7.2.0-2.9a1b2c6.Cage
* gnu/packages/lisp-xyz.scm (sbcl-nodgui): Update to 0.7.2.0-2.9a1b2c6. [inputs]: Add tcllib. [arguments]: Update 'fix-paths' phase. Change-Id: If230ce77603bfc30686a1036908687d461312b75 Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-12-17gnu: cl-croatoan: Update to 0.3-2.4700557.Cage
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.3-2.4700557. [source, home-page]: Switch to new URL. Change-Id: I692e2a5a5fef6d4278f21eb3991068c3e5f23567 Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-12-12gnu: cl-simple-matrix: Update to 1.2-0.76b1df4.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 1.2-0.76b1df4. Change-Id: Iad0abf2dad881e2c59b7f9e94fa3c3b04b62562d
2024-12-10gnu: Fix synopsis in various sbcl packages.Gabriel Wicki
* gnu/packages/lisp-xyz.scm (sbcl-cl-iconv): Fix synopsis. (sbcl-nclasses): Fix synopsis. (sbcl-slite): Fix synopsis. Signed-off-by: Vagrant Cascadian <[email protected]>
2024-12-07gnu: cl-simple-neural-network: Update to 3.2.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-simple-neural-network): Update to 3.2. [native-inputs, inputs]: Remove labels. [arguments]: Use gexp. Change-Id: Ia7682c82f88ab509715d90e37612b0208d500ed4
2024-12-07gnu: cl-simple-matrix: Update to 1.1-0.c949568.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 1.1-0.c949568. Change-Id: Ida5c5136607bbe0962a42827a8eed96e54b113bd
2024-12-07gnu: cl-cf: Update to 1.1-0.0aa0dd6.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cf): Update to 1.1-0.0aa0dd6. Change-Id: I4ff6c6d1d82f0e604d5019d1af5bc1fd42f48170
2024-12-05gnu: Add cl-simple-matrix.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-simple-matrix, ecl-simple-matrix, sbcl-simple-matrix): New variables. Change-Id: I79499aae2c8c7dc0ba2d1193104f2f3dd1d3621c
2024-11-27gnu: cl-common-lisp-jupyter: Update to 1.0.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-common-lisp-jupyter): Update to 1.0. [inputs]: Remove sbcl-iterate, sbcl-static-vectors, sbcl-trivial-garbage and sbcl-trivial-gray-streams. Add sbcl-nontrivial-gray-streams and sbcl-trivial-features. Change-Id: I02696141b8e731eadf1f83567d4105d6de938e89 Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-11-27gnu: Add cl-nontrivial-gray-streams.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (cl-nontrivial-gray-streams, ecl-nontrivial-gray-streams, sbcl-nontrivial-gray-streams): New variables. Change-Id: I1d72e6bf5cb3c67e30d426d7a556de920a68119c Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-11-27gnu: cl-eclector: Update to 0.10.0.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.10.0. Change-Id: I4e5c76a26dad87d8a5be90bc612208c301e2b576 Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-11-22gnu: Add cl-cblas.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-cblas, sbcl-cblas): New variables. Change-Id: Icd765204624c725554db30028d35f732f98db13a
2024-11-22gnu: cl-random: Use cl-numerical-utils instead of cl-num-utils.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl-random)[inputs]: Remove sbcl-cl-num-utils. Add sbcl-numerical-utilities. [arguments]: Add 'fix-build' phase. Change-Id: Ied310b6246480725e29764164f8d4c21169feb07
2024-11-22gnu: cl-lla: Update to 0.4.0-2.4008d36Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-lla): Update to 0.4.0-2.4008d36. [inputs]: Remove labels. Remove sbcl-cl-slice and sbcl-cl-num-utils. Add sbcl-numerical-utilities and sbcl-select. [arguments]: Use gexp. [source, home-page]: Switch to maintained repository. [license]: Switch to MS-PL. Change-Id: I16d38de2173e22ed1050e42cbed47ca639991b80
2024-11-21gnu: cl-polymorphic-functions: Update to 0.5.2.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-polymorphic-functions): Update to 0.5.2. [arguments]: Add 'fix-build' phase. Change-Id: Ic67ae27c7171127d93340c4c78c64fe71940f802
2024-11-21gnu: cl-compiler-macro-notes: Update to 0.3.1.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-compiler-macro-notes): Update to 0.3.1. Change-Id: I1050e12a3760881e114c0eb0b0619265f027c2b4
2024-11-21gnu: cl-cffi: Update to 0.24.1-2.32c90d4.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cffi): Update to 0.24.1-2.32c90d4. [arguments]: Disable tests on riscv64. Change-Id: Ia0feccfa7b83e50a9287da7983d3082ab494deef
2024-11-20gnu: cl-magicl: Enable expokit backend.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-magicl)[arguments]: Add magicl/ext-expokit to 'asd-systems'. Change-Id: I784ad39042859dba5426d476ecc28651298e615d
2024-11-20gnu: Add cl-f2cl.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-f2cl, ecl-f2cl, sbcl-f2cl): New variables. Change-Id: If10548da2082b2de04c8086eccc48d04a68b4874
2024-11-20gnu: cl-magicl: Update to 0.11.0.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-magicl): Update to 0.11.0. Change-Id: I2a5b06d2cfb9e8bcba64e111033489511210b014
2024-11-20gnu: cl-in-memory-streams: Update to 2.0-1.a081214.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-in-memory-streams): Update to 2.0-1.a081214. [inputs]: Add sbcl-bordeaux-threads. Change-Id: I6c69a64469e67e2337da343d462091d141c1277b
2024-11-19gnu: cl-async-process: Update to 0.0.1-2.3b16b91.Ada Stevenson
* gnu/packages/lisp-xyz.scm (libasyncprocess): Update to 0.0.1-2.3b16b91. Change-Id: I43131a2fa8270455b625afc3b9a549bd4fa7ee67 Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-10-29gnu: Add cl-wayflan.Grigory Shepelev
* gnu/packages/lisp-xyz.scm (cl-wayflan, sbcl-wayflan): New variables. Change-Id: I65982ad6f5c034f611292d4f660b15e4e42f8da0 Co-authored-by: Sharlatan Hellseher <[email protected]> Co-authored-by: Guillaume Le Vaillant <[email protected]>
2024-10-29gnu: Add cl-input-event-codes.Grigory Shepelev
* gnu/packages/lisp-xyz.scm (cl-input-event-codes, ecl-cl-input-event-codes, sbcl-cl-input-event-codes): New variables. Change-Id: I47e65729f907e46d9deeb7dc0219ac9b1ba1a291 Co-authored-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-10-29gnu: Add cl-pango.Grigory Shepelev
* gnu/packages/lisp-xyz.scm (cl-pango, ecl-cl-pango, sbcl-cl-pango): New variables. Change-Id: I3615ef64197e8bee5cbb733bc427a54607bae4b2 Co-authored-by: Sharlatan Hellseher <[email protected]> Co-authored-by: Guillaume Le Vaillant <[email protected]>
2024-10-29gnu: Add cl-xkb.Grigory Shepelev
* gnu/packages/lisp-xyz.scm (cl-xkb, ecl-cl-xkb, sbcl-cl-xkb): New variables. Change-Id: Iaced3e5e084cc320a076ffb81d10fd9dde6be4de Co-authored-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-10-29gnu: Add cl-posix-shm.Grigory Shepelev
* gnu/packages/lisp-xyz.scm (cl-posix-shm, sbcl-posix-shm): New variables. Change-Id: I5ac9a3751977bf98d817acd8b98d1a2ad9d393f7 Co-authored-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-10-29gnu: Add cl-cacle.Roman Scherer
* gnu/packages/lisp-xyz.scm (sbcl-cacle, cl-cacle, ecl-cacle): New variables. Change-Id: I67e6702d132fed017d86be82665e44021c1b081f Signed-off-by: Guillaume Le Vaillant <[email protected]>
2024-10-28gnu: sbcl-classimp: Update to 0.0.0-1.6c74f38.Nicolas Graves
* gnu/packages/lisp-xyz.scm (sbcl-classimp): Update to 0.0.0-1.6c74f38. [inputs]: Replace assimp-5.0 by assimp. [arguments]<#:phases>: Adapt phase 'patch-assimp-lib-path. (cl-classimp): Simplify. (ecl-classimp): Simplify. Signed-off-by: Zheng Junjie <[email protected]>
2024-10-10gnu: sbcl-flamegraph: Update to 0b78cae.jgart
* gnu/packages/lisp-xyz.scm (sbcl-flamegraph): Update to 0b78cae. [source]: Update url back to upstream since merged. Change-Id: Id4c45a176e8ef927eca82e02bf33a44cd958f386
2024-10-07gnu: sbcl-micros: Update to af94fe5.jgart
* gnu/packages/lisp-xyz.scm (sbcl-micros): Update to af94fe5. Change-Id: I5159052511d1a03468ee027bb6c4286e2cc3119c