summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
Commit message (Collapse)AuthorAge
* gnu: Add ocaml-cohttp.Xinglu Chen2021-06-27
| | | | | | * gnu/packages/ocaml.scm (ocaml-cohttp): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-uri-sexp.Xinglu Chen2021-06-27
| | | | | | * gnu/packages/ocaml.scm (ocaml-uri-sexp): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-uri: Update to 4.2.0.Xinglu Chen2021-06-27
| | | | | | * gnu/packages/ocaml.scm (ocaml-uri): Update to 4.2.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-dose3: Fix tests.Xinglu Chen2021-06-23
| | | | | | | * gnu/packages/ocaml.scm (ocaml-dose3)[arguments]<#:phases>: Add phase to patch tests script. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-uri: Use a source file-name.Efraim Flashner2021-06-22
| | | | * gnu/packages/ocaml.scm (ocaml-uri)[source]: Add a file-name field.
* gnu: ocaml-merlin: Inherit from ‘ocaml-dot-merlin-reader’.Xinglu Chen2021-06-21
| | | | | | | | | * gnu/packages/ocaml.scm (ocaml-merlin): Inherit from ‘ocaml-dot-merlin-reader’, thus also updating it to 4.2-411. [version, source, build-system, home-page]: Remove. [arguments]<#:phases>: Use custom test phase. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-dot-merlin-reader: Update to 4.2-411.Xinglu Chen2021-06-21
| | | | | | * gnu/packages/ocaml.scm (ocaml-dot-merlin-reader): Update to 4.2-411. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-ppxlib: Update to 0.22.1.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.22.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-menhir: Update to 20210419.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20210419. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-mparser-pcre.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-mparser-pcre): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-mparser-re.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-mparser-re): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-mparser.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-mparser): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml4.07-pcre: Remove package.Xinglu Chen2021-06-20
| | | | | | | * gnu/packages/ocaml.scm (ocaml4.07-pcre): Remove package. It has been superseded by ‘ocaml-pcre’. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml4.07-expect: Switch to default OCaml compiler.Xinglu Chen2021-06-20
| | | | | | | | | | * gnu/packages/ocaml.scm (ocaml4.07-expect): Rename to ‘ocaml-expect’. [arguments]: Use default OCaml compiler. [native-inputs]: Use ‘ocaml-*’ packages instead of ‘ocaml4.07-*’. [propagated-inputs]: Likewise. [description]: Make it a full sentence. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-pcre.Xinglu Chen2021-06-20
| | | | | | * gnu/packages/ocaml.scm (ocaml-pcre): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: cubicle: Make deterministic.Julien Lepiller2021-06-19
| | | | | * gnu/packages/ocaml.scm (cubicle)[arguments]: Remove build date from resulting binary.
* gnu: cubicle: Fix build with newer ocaml-num.Julien Lepiller2021-06-19
| | | | | * gnu/packages/ocaml.scm (cubicle)[arguments]: Adjust Makefile for changes in ocaml-num.
* gnu: Update ocaml-mdx to 1.9.0.pukkamustard2021-06-19
| | | | | | * gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-calendar.Xinglu Chen2021-06-19
| | | | | | * gnu/packages/ocaml.scm (ocaml-calendar): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: dune-bootstrap: Update to 2.8.5.Xinglu Chen2021-06-18
| | | | | | * gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-js-of-ocaml.divoplade2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-js-of-ocaml): New variable. Co-Authored-By: pukkamustard <pukkamustard@posteo.net> Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-num: Update to 1.4.pukkamustard2021-06-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-num): Update to 1.4. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-expect.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-expect): New variable. (ocaml4.07-ppx-expect): Inherit from ocaml-ppx-expect. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-variants-conv.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): New variable. (ocaml4.07-ppx-variants-conv): Inherit from ocaml-ppx-variants-conv. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-variantslib.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-variantslib): New variable. (ocaml4.07-variantslib): Inherit from ocaml-variantslib. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-graphics.divoplade2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-graphics): New variable. Co-Authored-By: pukkamustard <pukkamustard@posteo.net> Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-uri.pukkamustard2021-06-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-uri): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-angstrom.pukkamustard2021-06-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-angstrom): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-inline-test.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-inline-test): New variable. (ocaml4.07-ppx-inline-test): Inherit from ocaml-ppx-inline-test. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-time-now.pukkamustard2021-06-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-time-now): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-jane-street-headers.pukkamustard2021-06-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-jane-street-headers): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-jst-config.pukkamustard2021-06-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-jst-config): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-optional.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-optional): New variable. (ocaml4.07-ppx-optional): Inherit from ocaml-ppx-optional. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-optcomppukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable. (ocaml4.07-ppx-optcomp): Inherit from ocaml-ppx-optcomp. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-fields-conv.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): New variable. (ocaml4.07-ppx-fields-conv): Inherit from ocaml-ppx-fields-conv. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-fieldslib.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-fieldslib): New variable. (ocaml4.07-fieldslib): Inherit from ocaml-fieldslib. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-base.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-base): New variable. (ocaml4.07-ppx-base): Inherit from ocaml-ppx-base. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-js-style.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-js-style): New variable. (ocaml4.07-ppx-js-style): Inherit from ocaml-ppx-js-style. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-enumerate.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-enumerate): New variable. (ocaml4.07-ppx-enumerate): Inherit from ocaml-ppx-enumerate. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-hash.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-hash): New variable. (ocaml4.07-ppx-hash): Inherit from ocaml-ppx-hash. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-custom-printf.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): New variable. (ocaml4.07-ppx-custom-printf): Inherit from ocaml-ppx-custom-printf. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-assert.pukkamustard2021-06-13
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-assert): New variable. (ocaml4.07-ppx-assert): Inherit from ocaml-ppx-assert. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-cold.pukkamustard2021-06-06
| | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-cold): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-here.pukkamustard2021-06-06
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-here): New variable. (ocaml4.07-ppx-here): Inherit from ocaml-ppx-here. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-compare.pukkamustard2021-06-06
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-compare): New variable. (ocaml4.07-ppx-compare): Inherit from ocaml-ppx-compare. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-syntax-shims.pukkamustard2021-06-06
| | | | | | * gnu/packages/ocaml.scm (ocaml-syntax-shims): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-let.pukkamustard2021-06-06
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-let): New variable. (ocaml4.07-ppx-let): Inherit from ocaml-ppx-let. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-bigstringaf.pukkamustard2021-06-06
| | | | | | * gnu/ocaml/packages.scm (ocaml-bigstringaf): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-sexp-conv.pukkamustard2021-06-06
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-sexp-conv): New variable. (ocaml4.07-ppx-sexp-conv): Inherit from ocaml-ppx-sexp-conv. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-uunf.pukkamustard2021-06-06
| | | | | | * gnu/packages/ocaml.scm (ocaml-uunf): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>