summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
AgeCommit message (Expand)Author
2022-05-01gnu: ocaml-ppx-here: Update to 0.15.0....* gnu/packages/ocaml.scm (ocaml-ppx-here): Update to 0.15.0. Julien Lepiller
2022-05-01gnu: ocaml-ppx-js-style: Update to 0.15.0....* gnu/packages/ocaml.scm (ocaml-ppx-js-style): Update to 0.15.0. Julien Lepiller
2022-05-01gnu: ocaml-ppx-cold: Update to 0.15.0....* gnu/packages/ocaml.scm (ocaml-ppx-cold): Update to 0.15.0. Julien Lepiller
2022-05-01gnu: ocaml-ppx-assert: Update to 0.15.0....* gnu/packages/ocaml.scm (ocaml-ppx-assert): Update to 0.15.0. Julien Lepiller
2022-05-01gnu: ocaml-ppx-optional: Update to 0.15.0....* gnu/packages/ocaml.scm (ocaml-ppx-optional): Update to 0.15.0. Julien Lepiller
2022-05-01gnu: ocaml-ppx-enumerate: Update to 0.15.0....* gnu/packages/ocaml.scm (ocaml-ppx-enumerate): Update to 0.15.0. Julien Lepiller
2022-05-01gnu: ocaml-ppx-string: Update to 0.15.0....* gnu/packages/ocaml.scm (ocaml-ppx-string): Update to 0.15.0. Julien Lepiller
2022-05-01gnu: ocaml-ppx-sexp-message: Update to 0.15.0....* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): Update to 0.15.0. Julien Lepiller
2022-04-30gnu: ocaml: Update to 4.14....* gnu/packages/ocaml.scm (ocaml-4.14): New variable. (ocaml-4.13): Remove variable. (ocaml-down): Update to 0.1.0. (js-of-ocaml)[arguments]: Disable tests. Julien Lepiller
2022-04-30gnu: ocaml-dot-merlin: Update to 4.5-414....* gnu/packages/ocaml.scm (ocaml-dot-merlin): Update to 4.5.414. Julien Lepiller
2022-04-30gnu: ocaml-num: Fix race condition....* gnu/packages/ocaml.scm (ocaml-num)[arguments]: Fix race condition. Julien Lepiller
2022-04-30gnu: camlp5: Update to 8.00.03....* gnu/packages/ocaml.scm (camlp5): Update to 8.00.03. Julien Lepiller
2022-04-30gnu: Add ocaml-camlp-streams....* gnu/packages/ocaml.scm (ocaml-camlp-streams): New variable. Julien Lepiller
2022-04-11gnu: Add ocaml-core....* gnu/packages/ocaml.scm (ocaml-core): New variable. (ocaml4.07-core): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: ocaml-jane-street-headers: Add variant....* gnu/packages/ocaml.scm (ocaml-jane-street-heaers)[properties]: Add ocaml4.07 variant. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-timezone....* gnu/packages/ocaml.scm (ocaml-timezone): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-core-kernel....* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable. (ocaml4.07-core-kernel): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-base-bigstring....* gnu/packages/ocaml.scm (ocaml-base-bigstring): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-jane....* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable. (ocaml4.07-ppx-jane): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-fail....* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable. (ocaml4.07-ppx-fail): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-base-quickcheck....* gnu/packages/ocaml.scm (ocaml-base-quickcheck): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-splittable-random....* gnu/packages/ocaml.scm (ocaml-splittable-random): New variable. (ocaml4.07-splittable-random): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-sexp-message....* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable. (ocaml4.07-ppx-sexp-message): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-sexp-value....* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable. (ocaml4.07-ppx-sexp-value): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-bench....* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable. (ocaml4.07-ppx-bench): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-bin-prot....* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable. (ocaml4.07-ppx-bin-prot): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-bin-prot....* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable. (ocaml4.07-bin-prot): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-fixed-literal....* gnu/packages/ocaml.scm (ocaml-ppx-fixed-literal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-module-timer....* gnu/packages/ocaml.scm (ocaml-ppx-module-timer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-pipebang....* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable. (ocaml4.07-ppx-pipebang): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-stable....* gnu/packages/ocaml.scm (ocaml-ppx-stable): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-string....* gnu/packages/ocaml.scm (ocaml-ppx-string): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-ppx-typerep-conv....* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): New variable. (ocaml4.07-ppx-typerep-conv): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-typerep....* gnu/packages/ocaml.scm (ocaml-typerep): New variable. (ocaml4.07-typerep): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: Add ocaml-spawn....* gnu/packages/ocaml.scm (ocaml-spawn): New variable. (ocaml4.07-spawn): Inherit from it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2022-04-11gnu: ocaml-odoc: Update to 2.2.0-alpha....* gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.2.0-alpha. Signed-off-by: Ludovic Courtès <ludo@gnu.org> pukkamustard
2022-03-14gnu: ocaml-lacaml: Do not build with "-march=native"....* gnu/packages/ocaml.scm (ocaml-lacaml)[origin]: Add 'snippet'. [properties]: New field. Ludovic Courtès
2022-03-13gnu: ocaml-ppx-tools: Update to 6.5....* gnu/packages/ocaml.scm (ocaml-ppx-tools): Update to 6.5. Julien Lepiller
2022-03-13gnu: dune: Update to 3.0.3....* gnu/packages/ocaml.scm (dune): Update to 3.0.3. (dune-configurator)[arguments]: Remove vendored dependencies. (ocaml4.09-dune-configurator)[arguments]: Extend from dune-configurator. Julien Lepiller
2022-03-11gnu: lablgtk: Run tests conditionally....* gnu/packages/ocaml.scm (lablgtk)[arguments]: Remove #:tests? instead of unconditionally setting it to #t. [inputs]: Use new style. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos
2022-03-02gnu: ocaml-react: Update to 1.2.2....* gnu/packages/ocaml.scm (ocaml-react): Update to 1.2.2. Julien Lepiller
2022-03-02gnu: ocaml-batteries: Update to 3.5.1....* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.5.1. Julien Lepiller
2022-03-02gnu: ocaml-mmap: Update to 1.2.0....* gnu/packages/ocaml.scm (ocaml-mmap): Update to 1.2.0. Julien Lepiller
2022-03-02gnu: ocaml-lambda-term: Update to 3.2.0....* gnu/packages/ocaml.scm (ocaml-lambda-term): Update to 3.2.0. Julien Lepiller
2022-03-02gnu: ocamlbuild: Update to 0.14.1....* gnu/packages/ocaml.scm (ocamlbuild): Update to 0.14.1. Julien Lepiller
2022-03-02gnu: ocaml-menhir: Update to 20220210....* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20220210. Julien Lepiller
2022-03-02gnu: ocaml-mtime: Update to 1.4.0....* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.4.0. Julien Lepiller
2022-03-02gnu: ocaml-ounit2: Update to 2.2.6....* gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.6. Julien Lepiller
2022-03-02gnu: ocaml-bindlib: Update to 6.0.0....* gnu/packages/ocaml.scm (ocaml-bindlib): Update to 6.0.0. Julien Lepiller
2022-03-02gnu: ocaml-bisect-ppx: Update to 2.8.0....* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.8.0. Julien Lepiller