summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
AgeCommit message (Collapse)Author
2021-01-12ocaml: Add ocaml-down.aecepoglu
* gnu/packages/ocaml.scm (ocaml-down): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-01-12ocaml: Add ocaml-ocp-index.aecepoglu
* gnu/packages/ocaml.scm (ocaml-ocp-index): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-01-12ocaml: Add ocaml-ocp-indent.aecepoglu
* gnu/packages/ocaml.scm (ocaml-ocp-indent): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-merlin.pukkamustard
* gnu/packages/ocaml.scm (ocaml-merlin): New variable. (ocaml4.07-merlin): Inherit from ocaml-merlin. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-dot-merlin-reader.pukkamustard
* gnu/packages/ocaml.scm (ocaml-dot-merlin-reader): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: ocaml-yojson: Make dependencies propagated-inputs.pukkamustard
* gnu/packages/ocaml.scm (ocaml-yojson): Make dependencies propagated-inputs. (ocaml4.07-merlin)[inputs]: Remove ocaml-biniou and ocaml-easy-format. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-mdx.pukkamustard
* gnu/packages/ocaml.scm (ocaml-mdx): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-version.pukkamustard
* gnu/packages/ocaml.scm (ocaml-version): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-odoc.pukkamustard
* gnu/packages/ocaml.scm (ocaml-odoc): New variable. (ocaml4.07-odoc): Inherit from ocaml-odoc and update to 1.5.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: ocaml-markup: Update to 1.0.0.pukkamustard
* gnu/packages/ocaml.scm (ocaml-markup): Update to 1.0.0. (ocaml-markup0.8.0): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: ocaml-tyxml: Update to 4.4.0.pukkamustard
* gnu/packages/ocaml.scm (ocaml-tyxml): Update to 4.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-ounit2.pukkamustard
* gnu/packages/ocaml.xyz (ocaml-ounit2): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-sexplib.pukkamustard
* gnu/packages/ocaml.scm (ocaml-sexplib): New variable. (ocaml4.07-sexplib): Inherit from ocaml-sexplib. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-parsexp.pukkamustard
* gnu/packages/ocaml.scm (ocaml-parsexp): New variable. (ocaml4.07-parsexp): Inherit from ocaml-parsexp. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-base.pukkamustard
* gnu/packages/ocaml.scm (ocaml-base): New variable. (ocaml4.07-base): Inherit from ocaml-base. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Add ocaml-sexplib0.pukkamustard
* gnu/packages/ocaml.scm (ocaml-sexplib0): New variable. (ocaml4.07-sexplib0): Inherit from ocaml-sexplib0. (janestreet-origin): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-30gnu: Remove ocaml-js-build-tools.pukkamustard
The package is deprecated and no longer maintained. It is recommended to use dune instead. * gnu/packages/ocaml.xyz (ocaml-js-build-tools, janestreet-origin) (janestreet-arguments): Remove variables. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-15gnu: Add ocaml-reactivedata.divoplade
* gnu/packages/ocaml.scm (ocaml-reactivedata): Add ocaml-reactivedata. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-12-08gnu: ocaml-menhir: Update to 20200211.Vincent Legoll
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20200211. [build-system]: Switch from gnu to dune. [arguments]: Remove phases and make-flags. [native-inputs]: Remove field. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-22gnu: ocaml-cairo2: Patch test phase.Brett Gilio
* gnu/local.mk (ocaml-cairo2-caml_ba_array_fix.patch): Add ref. * gnu/packages/ocaml.scm (ocaml-cairo2): Utilize patch. * gnu/packages/patches/ocaml-cairo2-caml_ba_array-fix.patch: Add file.
2020-11-19gnu: lablgtk3: Update to 3.1.1.Brett Gilio
* gnu/packages/ocaml.scm (lablgtk3): Update to 3.1.1.
2020-11-19gnu: ocaml-cairo2: Amend comment about tests.Brett Gilio
* gnu/packages/ocaml.scm (ocaml-cairo2): Amend comment about tests. Related to issue #44725.
2020-11-18gnu: ocaml-cairo2: Disable tests.Brett Gilio
* gnu/packages/ocaml.scm (ocaml-cairo2): Disable tests. Issue: #44725
2020-11-10gnu: ocaml: Switch to 4.11 by default.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default.
2020-11-10gnu: ocamlify: Perform bootstrap build.Julien Lepiller
setup.ml is pre-generated in this package. Since it is generated by a dependent package, we build manually. This will also allow us to build this package properly with ocaml 4.11. * gnu/packages/ocaml.scm (ocamlify): Perform bootstrap build.
2020-11-10gnu: ocaml-ppx-tools-versioned: Use release profile.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Use release profile.
2020-11-10guix: ocaml: Add package-with-ocaml4.09.Julien Lepiller
* guix/build-system/ocaml.scm (package-with-ocaml4.09) (strip-ocaml4.09-variant): New variables. * gnu/packages/ocaml.scm (ocaml4.09-result, ocaml4.09-csexp) (ocaml4.09-dune-configurator, ocaml4.09-dune): New variables.
2020-11-10gnu: Add ocaml4.09-findlib.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.09-findlib): New variable.
2020-11-10gnu: ocaml: Update to 4.11.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml): Update to 4.11.1.
2020-10-30gnu: dune-configurator: Add synopsis and description.Julien Lepiller
* gnu/packages/ocaml.scm (dune-configurator): Add synopsis and description.
2020-10-19gnu: emacs-tuareg: Update to 2.2.0-0.ccde45b.zimoun
* gnu/packages/ocaml.scm (emacs-tuareg): Update to 2.2.0-0.ccde45b. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-10-15gnu: dune: Update to 2.7.1.Julien Lepiller
* gnu/packages/ocaml.scm (dune): Update to 2.7.1. (ocaml4.07-dune): Keep version 1.11.3. (ocaml-result, ocaml-csexp): Use the bootstrap dune on dune dependencies. (ocaml-craml, ocaml-bitstring): Run "dune upgrade" before building.
2020-10-15gnu: ocaml-4.07: Ensure build with ocaml4.7-dune.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-gen, ocaml4.07-sedlex) (ocaml4.07-ezjsonm, ocaml4.07-uri, ocaml4.07-charinfo-width) (ocaml4.07-zed, ocaml4.07-lambda-term, ocaml4.07-utop) (ocaml4.07-ppx-inline-test, ocaml4.07-earley, ocaml4.07-merlin) (ocaml4.07-sexplib0, ocaml4.07-parsexp, ocaml4.07-sexplib) (ocaml4.07-base, ocaml4.07-stdio, ocaml4.07-ppxlib, ocaml4.07-ppx-compare) (ocaml4.07-fieldslib, ocaml4.07-variantslib, ocaml4.07-ppx-fields-conv) (ocaml4.07-ppx-sexp-conv, ocaml4.07-ppx-variants-conv) (ocaml4.07-ppx-custom-printf, ocaml4.07-bin-prot, ocaml4.07-ppx-hash) (ocaml4.07-ppx-enumerate, ocaml4.07-ppx-bench, ocaml4.07-ppx-here) (ocaml4.07-ppx-typerep, ocaml4.07-ppx-sexp-value, ocaml4.07-ppx-sexp-message) (ocaml4.07-ppx-pipebang, ocaml4.07-ppx-optional, ocaml4.07-ppx-optcomp) (ocaml4.07-ppx-let, ocaml4.07-ppx-fail, ocaml4.07-ppx-assert) (ocaml4.07-ppx-expect, ocaml4.07-ppx-js-style, ocaml4.07-ppx-typerep-conv) (ocaml4.07-ppx-base, ocaml4.07-ppx-bin-prot, ocaml4.07-ppx-jane) (ocaml4.07-splittable-random, ocaml4.07-configurator, ocaml4.07-spawn) (ocaml4.07-core, ocaml4.07-core-kernel)[arguments]: Use ocaml4.07-dune.
2020-10-15gnu: ocaml-jane-street-headers: Build only with OCaml 4.07.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-jane-street-headers): Rename to... (ocaml4.07-jane-street-headers): ...to this. Use OCaml 4.07.
2020-10-15gnu: ocaml-compiler-libs: Build only with OCaml 4.07.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-compiler-libs): Rename to... (ocaml4.07-compiler-libs): ...to this. Use OCaml 4.07.
2020-10-15gnu: Add ocaml-csexp.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-csexp): New variable.
2020-10-15gnu: ocaml-result: Update to 1.5.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-result): Update to 1.5.
2020-10-15gnu: ocaml-alcotest: Update to 1.0.0.Julien Lepiller
2020-10-15gnu: ocaml-fmt: Update to 0.8.9.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.8.9.
2020-10-15gnu: ocaml-logs: Update to 0.7.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-logs): Update to 0.7.0.
2020-10-15gnu: ocaml-base64: Update to 3.4.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.4.0.
2020-10-15gnu: opam: Update to 2.0.7.Julien Lepiller
* gnu/packages/ocaml.scm (opam): Update to 2.0.7.
2020-10-15gnu: ocaml-tyxml: Do not use deprecated jbuilder.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-tyxml): Remove #:jbuild argument.
2020-10-15gnu: ocaml4.07-core: Do not use deprecated jbuilder.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-core): Remove #:jbuild argument.
2020-10-15gnu: ocaml4.07-ppx-expect: Do not use deprecated jbuilder.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-ppx-expect): Remove #:jbuild argument.
2020-10-15gnu: ocaml4.07-merlin: Do not use deprecated jbuilder.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove #:jbuild argument.
2020-10-15gnu: ocaml4.07-utop: Do not use deprecated jbuilder.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-utop): Remove #:jbuild argument.
2020-10-15gnu: ocaml4.07-zed: Do not use deprecated jbuilder.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-zed): Remove #:jbuild argument.
2020-10-15gnu: ocaml-easy-format: Do not use deprecated jbuilder.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-easy-format): Remove #:jbuild argument.
2020-10-15gnu: ocaml-lwt-log: Do not use deprecated jbuilder.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-lwt-log): Remove #:jbuild argument.