summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: ocaml-batteries: Update to 3.3.0.•••* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.3.0. (ocaml4.07-batteries): New variable. Julien Lepiller2021-11-241-29/+63
* gnu: Add ocaml-benchmark.•••* gnu/packages/ocaml.scm (ocaml-benchmark): New variable. Julien Lepiller2021-11-241-0/+23
* gnu: Add ocaml-utop.•••* gnu/packages/ocaml.scm (ocaml-utop): New variable. (ocaml4.07-utop): Inherit and adjust. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun2021-11-241-14/+34
* gnu: Add ocaml-lambda-term.•••* gnu/packages/ocaml.scm (ocaml-lambda-term): New variable. (omca4.07-lambda-term): Inherit and adjust. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun2021-11-241-21/+43
* gnu: Add ocaml-zed.•••* gnu/packages/ocaml.scm (ocaml-zed): New variable. (ocaml4.07-zed): Inherit and adjust source. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun2021-11-241-17/+36
* gnu: ocaml-charinfo-width: Fix source to get 'LICENSE' file.•••* 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> zimoun2021-11-241-23/+26
* gnu: Add ocaml-mew-vi.•••* gnu/packages/ocaml.scm (ocaml-mew-vi): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun2021-11-241-0/+26
* gnu: Add ocaml-mew.•••* gnu/packages/ocaml.scm (ocaml-mew): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun2021-11-241-0/+26
* gnu: Add ocaml-trie.•••* gnu/packages/ocaml.scm (ocaml-trie): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun2021-11-241-1/+24
* gnu: ocaml-merlin-reader: Update to 4.3.1-411.•••* gnu/packages/ocaml.scm (ocaml-merlin-reader): Update to 4.3.1-411. Julien Lepiller2021-11-211-2/+2
* gnu: camlboot: Increase max-silent-time.•••* gnu/packages/ocaml.scm (camlboot)[properties]: Set max-silent-time to 10 hours. Julien Lepiller2021-11-211-1/+2
* gnu: camlboot: Update to latest commit.•••* gnu/packages/ocaml.scm (camlboot): Update to latest commit. Julien Lepiller2021-11-211-3/+3
* gnu: Add ocaml-charinfo-width.•••* gnu/packages/ocaml.scm (ocaml4.07-charinfo-width): Replace with... (ocaml-charinfo-width): ...this. Use latest ocaml package. Julien Lepiller2021-11-201-10/+6
* gnu: Add ocaml-gsl.•••* gnu/packages/ocaml.scm (ocaml4.07-gsl): Replace with... (ocaml-gsl): ...this. Use latest ocaml package. (ocaml4.07-gsl-1): Adapt accordingly. Julien Lepiller2021-11-201-29/+24
* gnu: Add ocaml-fftw3.•••* gnu/packages/ocaml.scm (ocaml4.07-fftw3): Replace with... (ocaml-fftw3) ...this. Use latest ocaml package. Julien Lepiller2021-11-201-9/+5
* gnu: Add ocaml-lacaml.•••* gnu/packages/ocaml.scm (ocaml4.07-lacaml): Replace with... (ocaml-lacaml): ...this. Use latest ocaml package. Julien Lepiller2021-11-201-11/+8
* gnu: ocaml-version: Update to 3.4.0.•••* gnu/packages/ocaml.scm (ocaml-version): Update to 3.4.0. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-tyxml: Update to 4.5.0.•••* gnu/packages/ocaml.scm (ocaml-tyxml): Update to 4.5.0. Julien Lepiller2021-11-201-5/+20
* gnu: ocaml-topkg: Update to 1.0.4.•••* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.4. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-stdlib-shims: Update to 0.3.0.•••* gnu/packages/ocaml.scm (ocaml-stdlib-shims): Update to 0.3.0. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-sedlex: Update to 2.4.•••* 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. Julien Lepiller2021-11-201-5/+5
* gnu: ocaml-qtest: Update to 2.11.2.•••* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.11.2. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-qcheck: Update to 0.18.•••* 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. Julien Lepiller2021-11-201-3/+21
* gnu: ocaml-ppx-variants-conv: Update to 0.14.2.•••* 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. Julien Lepiller2021-11-201-6/+2
* gnu: ocaml-ppx-js-style: Update to 0.14.1.•••* gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.14.1. Julien Lepiller2021-11-201-3/+10
* gnu: ocaml-odoc: Update to 2.0.0.•••* 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. Julien Lepiller2021-11-201-22/+48
* gnu: ocaml-ocplib-endian: Update to 1.2.•••* gnu/packages/ocaml.scm (ocaml-ocplib-endian): Update to 1.2. Julien Lepiller2021-11-201-5/+6
* gnu: ocaml-mtime: Update to 1.3.0.•••* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.3.0. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-mdx: Remove unneeded dependency.•••* gnu/packages/ocaml.scm (ocaml-mdx)[inputs]: remove ocaml-migrate-parsetree. Julien Lepiller2021-11-201-1/+0
* gnu: ocaml-integers: Update to 0.5.1.Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-fmt: Update to 0.9.0.•••* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.9.0. (ocaml4.07-fmt): New variable. Julien Lepiller2021-11-201-2/+17
* gnu: ocaml-frontc: Update to 4.1.0.•••* gnu/packages/ocaml.scm (ocaml-frontc): Update to 4.1.0. (ocaml4.07-frontc): New variable. Julien Lepiller2021-11-201-26/+54
* gnu: ocaml-fileutils: Update to 0.6.3.•••* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.3. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-csv: Update to 2.4.•••* gnu/packages/ocaml.scm (ocaml-csv): Update to 2.4. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-csexp: Update to 1.5.1.•••* gnu/packages/ocaml.scm (ocaml-csexp): Update to 1.5.1. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-compiler-libs: Update to 0.12.4.•••* gnu/packages/ocaml.scm (ocaml-compiler-libs): Update to 0.12.4. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-menhir: Make it its own variant.•••* gnu/packages/ocaml.scm (ocaml-menhir)[properties]: Use the same menhir even with ocaml-4.07. Julien Lepiller2021-11-201-0/+1
* gnu: ocaml-bitsring: Update to 4.1.0.•••* gnu/packages/ocaml.scm (ocaml-bitstring): Update to 4.1.0. (ocaml4.07-bitstring): New variable. Julien Lepiller2021-11-201-7/+26
* gnu: Add ocaml4.07-cstruct.•••* gnu/packages/ocaml.scm (ocaml4.07-cstruct): New variable. Julien Lepiller2021-11-201-0/+17
* gnu: Add ocaml4.07-base64.•••* gnu/packages/ocaml.scm (ocaml4.07-base64): New variable. Julien Lepiller2021-11-201-0/+20
* gnu: ocaml-menhir: Update to 20211012.•••* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20211012. Julien Lepiller2021-11-201-2/+2
* gnu: ocaml-uunf: Update to 14.0.0.•••* gnu/packages/ocaml.scm (ocaml-uunf): Update to 14.0.0. Julien Lepiller2021-11-191-5/+7
* gnu: ocaml-uucp: Update to 14.0.0.•••* gnu/packages/ocaml.scm (ocaml-uucp): Update to 14.0.0. Julien Lepiller2021-11-191-2/+2
* gnu: ocaml-uucd: Update to 14.0.0.•••* gnu/packages/ocaml.scm (ocaml-uucd): Update to 14.0.0. Julien Lepiller2021-11-191-2/+2
* gnu: ocaml-uuseg: Update to 14.0.0.•••* gnu/packages/ocaml.scm (ocaml-uuseg): Update to 14.0.0. Julien Lepiller2021-11-191-2/+2
* gnu: ocaml-ounit: Update to 2.2.4.•••* gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.2.4. Inherit from ocaml-ounit2. [arguments]: Use installation instructions from opam. Julien Lepiller2021-11-191-12/+7
* gnu: ocaml4.07-merlin: Remove package.•••* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package. Julien Lepiller2021-11-191-28/+0
* gnu: ocaml-jst-config: Update to 0.14.1.•••* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.14.1. Julien Lepiller2021-11-191-4/+10
* gnu: ocaml-base: Update to 0.14.1.•••* gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.1. Julien Lepiller2021-11-191-4/+11
* gnu: ocaml-lwt-react: Update to 1.1.4.•••* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.4. Julien Lepiller2021-11-191-3/+3