summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
Commit message (Collapse)AuthorAge
* gnu: ocaml: Update to 4.13.Julien Lepiller2022-01-09
| | | | | | | * gnu/packages/ocaml.scm (ocaml-4.13): New variable. (ocaml-4.11): Remove variable. (ocaml-dot-merlin-reader): Update to 4.4-413. (js-of-ocaml): Update to 3.11.0.
* gnu: ocaml-migrate-parstree-1: Only build ocaml4.07 variant.Julien Lepiller2022-01-09
| | | | | * gnu/packages/ocaml.scm (ocaml-migrate-parsetree-1): Rename to... (ocaml4.07-migrate-parsetree): ...this. Use package-with-ocaml4.07.
* gnu: ocaml-ppx-tools-versioned: Only build ocaml-4.07 variant.Julien Lepiller2022-01-09
| | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Rename to... (ocaml4.07-ppx-tools-versioned): ...this. Use package-with-ocaml4.07. [arguments]: Use ocaml-4.07.
* gnu: Capitalize beginning of synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: Remove leading article from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12, rust-svd-parser-0.9)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: ocaml-odoc: Update to 2.0.2.Julien Lepiller2021-12-22
| | | | * gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.0.2.
* gnu. ocaml-batteries: Update to 3.4.0.Julien Lepiller2021-12-22
| | | | * gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.4.0.
* gnu: ocaml-fpath: Update to 0.7.3.Julien Lepiller2021-12-22
| | | | * gnu/packages/ocaml.scm (ocaml-fpath): Update to 0.7.3.
* gnu: camlp5: Update to 8.00.02.Julien Lepiller2021-12-22
| | | | * gnu/packages/ocaml.scm (camlp5): Update to 8.00.02.
* gnu: ocaml-findlib: Update to 1.9.1.Julien Lepiller2021-12-22
| | | | * gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.1.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: ocaml-ppx-expect: Update to 0.14.2.Julien Lepiller2021-12-10
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-expect): Update to 0.14.2.
| * gnu: ocaml-migrate-parsetree: Update to 2.3.0.Julien Lepiller2021-12-10
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.3.0.
| * gnu: ocamlformat: Update to 0.20.0.Julien Lepiller2021-12-10
| | | | | | | | * gnu/packages/ocaml.scm (ocamlformat): Update to 0.20.0.
| * gnu: Add ocaml-either.Julien Lepiller2021-12-10
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-either): New variable.
| * gnu: ocaml-fix: Update to 20211125.Julien Lepiller2021-12-10
| |
| * gnu: opam: Update to 2.1.2.Julien Lepiller2021-12-09
| | | | | | | | * gnu/packages/ocaml.scm (opam): Update to 2.1.2.
* | gnu: pplacer: Fix build.Efraim Flashner2021-12-09
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (pplacer)[inputs]: Replace gsl with gsl-static. * gnu/packages/ocaml.scm (ocaml4.07-gsl-1)[inputs]: Same.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: ocaml4.07-ppx-let: Make 'properties' an alist.Ludovic Courtès2021-12-04
| | | | | | | | | | | | | | | | The incorrect 'properties' value was introduced in 3649c56a5f23501a5bb3418dc6047b71d494f0fa. * gnu/packages/ocaml.scm (ocaml4.07-ppx-let)[properties]: Turn into an alist.
| * gnu: ocaml-batteries: Update to 3.3.0.Julien Lepiller2021-11-24
| | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.3.0. (ocaml4.07-batteries): New variable.
| * gnu: Add ocaml-benchmark.Julien Lepiller2021-11-24
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-benchmark): New variable.
| * gnu: Add ocaml-utop.zimoun2021-11-24
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-utop): New variable. (ocaml4.07-utop): Inherit and adjust. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-lambda-term.zimoun2021-11-24
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-lambda-term): New variable. (omca4.07-lambda-term): Inherit and adjust. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-zed.zimoun2021-11-24
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-zed): New variable. (ocaml4.07-zed): Inherit and adjust source. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: ocaml-charinfo-width: Fix source to get 'LICENSE' file.zimoun2021-11-24
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-charinfo-width): Replace 'url-fetch' by 'git-fetch' and update to unreleased commit. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-mew-vi.zimoun2021-11-24
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-mew-vi): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-mew.zimoun2021-11-24
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-mew): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-trie.zimoun2021-11-24
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-trie): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: ocaml-merlin-reader: Update to 4.3.1-411.Julien Lepiller2021-11-21
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-merlin-reader): Update to 4.3.1-411.
| * gnu: camlboot: Increase max-silent-time.Julien Lepiller2021-11-21
| | | | | | | | | | * gnu/packages/ocaml.scm (camlboot)[properties]: Set max-silent-time to 10 hours.
| * gnu: camlboot: Update to latest commit.Julien Lepiller2021-11-21
| | | | | | | | * gnu/packages/ocaml.scm (camlboot): Update to latest commit.
| * gnu: Add ocaml-charinfo-width.Julien Lepiller2021-11-20
| | | | | | | | | | * gnu/packages/ocaml.scm (ocaml4.07-charinfo-width): Replace with... (ocaml-charinfo-width): ...this. Use latest ocaml package.
| * gnu: Add ocaml-gsl.Julien Lepiller2021-11-20
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml4.07-gsl): Replace with... (ocaml-gsl): ...this. Use latest ocaml package. (ocaml4.07-gsl-1): Adapt accordingly.
| * gnu: Add ocaml-fftw3.Julien Lepiller2021-11-20
| | | | | | | | | | * gnu/packages/ocaml.scm (ocaml4.07-fftw3): Replace with... (ocaml-fftw3) ...this. Use latest ocaml package.
| * gnu: Add ocaml-lacaml.Julien Lepiller2021-11-20
| | | | | | | | | | * gnu/packages/ocaml.scm (ocaml4.07-lacaml): Replace with... (ocaml-lacaml): ...this. Use latest ocaml package.
| * gnu: ocaml-version: Update to 3.4.0.Julien Lepiller2021-11-20
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-version): Update to 3.4.0.
| * gnu: ocaml-tyxml: Update to 4.5.0.Julien Lepiller2021-11-20
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-tyxml): Update to 4.5.0.
| * gnu: ocaml-topkg: Update to 1.0.4.Julien Lepiller2021-11-20
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.4.
| * gnu: ocaml-stdlib-shims: Update to 0.3.0.Julien Lepiller2021-11-20
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-stdlib-shims): Update to 0.3.0.
| * gnu: ocaml-sedlex: Update to 2.4.Julien Lepiller2021-11-20
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-sedlex): Update to 2.4. [native-inputs]: Remove ocamlbuild. [propagated-inputs]: Remove ocaml-ppx-tools-versioned. (ocaml4.07-sedlex)[propagated-inputs]: Add ocaml-ppx-tools-versioned.
| * gnu: ocaml-qtest: Update to 2.11.2.Julien Lepiller2021-11-20
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.11.2.
| * gnu: ocaml-qcheck: Update to 0.18.Julien Lepiller2021-11-20
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.18. * gnu/packages/patches/ocaml-qcheck-fix-test-whitespace.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: ocaml-ppx-variants-conv: Update to 0.14.2.Julien Lepiller2021-11-20
| | | | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): Update to 0.14.2. [origin]: Remove patch. * gnu/packages/patches/ocaml-ppx-variants-ppxlib-api-change.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: ocaml-ppx-js-style: Update to 0.14.1.Julien Lepiller2021-11-20
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.14.1.
| * gnu: ocaml-odoc: Update to 2.0.0.Julien Lepiller2021-11-20
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.0.0. [inputs, native-inputs]: Adjust inputs. (ocaml4.07-odoc)[inputs, native-inputs]: Keep previous inputs.
| * gnu: ocaml-ocplib-endian: Update to 1.2.Julien Lepiller2021-11-20
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-ocplib-endian): Update to 1.2.