summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: camlp5: Update to 7.11.•••* gnu/packages/ocaml.scm (camlp5): Update to 7.11. Tobias Geerinckx-Rice2020-02-161-3/+3
* gnu: ocaml-ctypes: Don't use unstable tarball.•••* gnu/packages/ocaml.scm (ocaml-ctypes)[source]: Download using git-fetch. [arguments]: Add phase to make files writable. Efraim Flashner2020-01-281-4/+14
* gnu: ocaml-ocplib-endian: Don't use unstable tarball.•••* gnu/packages/ocaml.scm (ocaml-ocplib-endian)[source]: Download using git-fetch. Efraim Flashner2020-01-281-5/+6
* gnu: ocaml-lwt: Don't use unstable tarball.•••* gnu/packages/ocaml.scm (ocaml-lwt)[source]: Download using git-fetch. Efraim Flashner2020-01-281-5/+6
* gnu: ocaml: Switch to ocaml 4.09 by default.•••Bap and earley cannot be updated as they do not support 4.09 yet. Bap requires the janestreet packages, which cannot be upgraded as no version supports 4.09 and 4.07 at the same time. Moreover, newer versions of the janestreet packages have a different dependency graph, which will require a whole new set of packages. We cannot simply use package-with-ocaml4.07 on them. * gnu/packages/ocaml.scm (ocaml-sqlite3, ocaml-ppx-tools, ocaml-gen) (ocaml-sedlex, ocaml-pcre, ocaml-expect, ocaml-ezjsonm, ocaml-uri) (ocaml-piqilib, ocaml-piqi, ocaml-charinfo-width, ocaml-zed) (ocaml-lambda-term, ocaml-utop, ocaml-ppx-inline-test, ocaml-earley) (ocaml-merlin, ocaml-gsl, ocaml-gsl-1, ocaml-sexplib0, ocaml-parsexp) (ocaml-sexplib, ocaml-base, ocaml-stdio, ocaml-ppxlib, ocaml-ppx-compare) (ocaml-fieldslib, ocaml-variantslib, ocaml-ppx-fields-conv) (ocaml-ppx-sexp-conv, ocaml-ppx-variants-conv, ocaml-ppx-custom-printf) (ocaml-bin-prot, ocaml-ppx-hash, ocaml-ppx-enumerate, ocaml-ppx-bench) (ocaml-ppx-here, ocaml-ppx-typerep, ocaml-ppx-sexp-value) (ocaml-ppx-sexp-message, ocaml-ppx-pipebang, ocaml-ppx-optional) (ocaml-ppx-optcomp, ocaml-ppx-fail, ocaml-ppx-let, ocaml-ppx-assert) (ocaml-ppx-expect, ocaml-ppx-js-style, ocaml-ppx-typerep-conv) (ocaml-ppx-base, ocaml-ppx-bin-prot, ocaml-ppx-jane) (ocaml-splittable-random, ocaml-configurator, ocaml-spawn, ocaml-core) (ocaml-core-kernel, ocaml-odoc, ocaml-fftw3, ocaml-lacaml): Rename to ... (ocaml4.07-sqlite3, ocaml4.07-ppx-tools, ocaml4.07-gen, ocaml4.07-sedlex) (ocaml4.07-pcre, ocaml4.07-expect, ocaml4.07-ezjsonm, ocaml4.07-uri) (ocaml4.07-piqilib, ocaml4.07-piqi, 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-gsl, ocaml4.07-gsl-1, 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-fail, ocaml4.07-ppx-let, 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, ocaml4.07-odoc, ocaml4.07-fftw3) (ocaml4.07-lacaml): ... to this and use ocaml 4.07. (bap, unison): Use ocaml-4.07. * gnu/packages/bioinformatics.scm (pplacer): Use ocaml-4.07. Julien Lepiller2020-01-271-435/+614
* gnu: Add ocaml4.07-dune.•••* gnu/packages/ocaml.scm (ocaml4.07-dune): New variable. Julien Lepiller2020-01-271-0/+3
* gnu: Add ocaml4.07-lablgtk.•••* gnu/packages/ocaml.scm (ocaml4.07-lablgtk): New variable. (lablgtk)[properties]: Add variant. Julien Lepiller2020-01-271-0/+11
* gnu: ocambuild: Update to 0.14.0.•••* gnu/packages/ocaml.scm (ocamlbuild): Update to 0.14.0. [build-system]: Use ocaml-build-system. Julien Lepiller2020-01-271-19/+10
* gnu: ocaml-mmap: Fix spelling of "function".•••* gnu/packages/ocaml (ocaml-mmap)[description]: Fix typo. Vagrant Cascadian2020-01-241-1/+1
* gnu: ocaml4.07-findlib: Fix building with ocaml 4.07.•••* gnu/packages/ocaml.scm (ocaml4.07-findlib): rename inputs to native-inputs. Julien Lepiller2020-01-231-1/+1
* gnu: ocaml-mmap: Use a source file-name.•••* gnu/packages/ocaml.scm (ocaml-mmap)[source]: Add file-name field. Efraim Flashner2020-01-221-1/+2
* gnu: Add ocaml4.07-findlib.•••* gnu/packages/ocaml.scm (ocaml4.07-findlib): New variable. Julien Lepiller2020-01-221-0/+8
* gnu: ocaml-lambda-term: Add missing dependencies.•••* gnu/packages/ocaml.scm (ocaml-lambda-term)[propagated-inputs]: Add ocaml-lwt-react. [inputs]: Add libev. Julien Lepiller2020-01-221-3/+6
* nu: Add ocaml-lwt-react.•••* gnu/packages/ocaml.scm (ocaml-lwt-react): New variable. Julien Lepiller2020-01-221-0/+22
* gnu: ocaml-markup: Update to 0.8.2.•••gnu/packages/ocaml.scm (ocaml-markup): Update to 0.8.2. Julien Lepiller2020-01-211-3/+9
* gnu: ocaml-lwt: Update to 5.1.1.•••* gnu/packages/ocaml.scm (ocaml-lwt): update to 5.1.1. Julien Lepiller2020-01-211-17/+10
* gnu: Add ocaml-mmap.•••* gnu/packages/ocaml.scm (ocaml-mmap): New variable. Julien Lepiller2020-01-211-0/+20
* gnu: ocaml-bisect-ppx: Update to 1.4.2.•••* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 1.4.2. Julien Lepiller2020-01-211-2/+2
* gnu: ocaml-qtest. Update to 2.10.1.•••* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.10.1. Julien Lepiller2020-01-211-2/+2
* gnu: ocaml-qcheck: Update to 0.12.•••* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.12. Julien Lepiller2020-01-211-6/+14
* gnu: camlp5: Update to 7.10.•••* gnu/packages/ocaml.scm (camlp5): Upadte to 7.10. Julien Lepiller2020-01-211-2/+2
* gnu: opam: Update to 2.0.6.•••* gnu/pckages/ocaml.scm (opam): Update to 2.0.6. Julien Lepiller2020-01-211-3/+7
* gnu: Add ocaml-4.09.•••* gnu/packages/ocaml.scm (ocaml-4.09): New variable. [argument]: Remove the no longer needed configure phase. Julien Lepiller2020-01-171-18/+32
* gnu: Add lablgtk3.•••* gnu/packages/ocaml.scm (lablgtk3): New variable. Co-authored-by: Julien Lepiller <julien@lepiller.eu>. Brett Gilio2020-01-061-0/+45
* gnu: Add ocaml-cairo2.•••* gnu/packages/ocaml.scm (ocaml-cairo2): New variable. Co-authored-by: Julien Lepiller <julien@lepiller.eu>. Brett Gilio2020-01-061-0/+30
* gnu: Add ocaml-fftw3.•••* gnu/packages/ocaml.scm (ocaml-fftw3): New variable. Brett Gilio2020-01-031-0/+33
* gnu: Add ocaml-lacaml.•••* gnu/packages/ocaml.scm (ocaml-lacaml): New variable. Brett Gilio2020-01-031-0/+33
* gnu: ocaml-utop: Modify home-page.•••* gnu/packages/ocaml.scm (ocaml-utop)[home-page]: Change home-page to reflect permanent redirection. Brett Gilio2020-01-031-1/+1
* gnu: ocaml-utop: Update to 2.4.3.•••* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.3. Brett Gilio2020-01-031-2/+2
* gnu: ocaml-gen: Don't use unstable tarball.•••* gnu/packages/ocaml.scm (ocaml-gen)[source]: Download using git-fetch. Efraim Flashner2019-12-041-3/+6
* gnu: lablgtk: Use a source file-name.•••* gnu/packages/ocaml.scm (lablgtk)[source]: Add 'file-name'. Efraim Flashner2019-12-041-0/+1
* gnu: camlp4: Remove obsolete package.•••* gnu/packages/ocaml.scm (camlp4): Remove package. Julien Lepiller2019-11-301-61/+0
* gnu: ocaml-camomile: Remove unneeded dependency.•••* gnu/packages/ocaml.scm (ocaml-camomile)[native-inputs]: Remove camlp4. Julien Lepiller2019-11-301-2/+0
* gnu: ocaml-piqi: Update to 0.7.7.•••* gnu/packages/ocaml.scm (ocaml-piqi): Update to 0.7.7. Julien Lepiller2019-11-301-5/+5
* gnu: ocaml-ulex: Remove package.•••* gnu/packages/ocaml.scm (ocaml-ulex): Remove deprecated package. Julien Lepiller2019-11-301-30/+0
* gnu: ocaml-piqilib: Update to 0.6.15.•••* gnu/packages/ocaml.scm (ocaml-piqilib): Update to 0.6.15. [source]: Remove patch. [native-inputs]: Remove camlp4. [propagated-inputs]: Replace ulex with sedlex. * gnu/packages/patches/ocaml-piqilib-Update-base64.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Julien Lepiller2019-11-301-10/+7
* gnu: Add ocaml-sedlex.•••* gnu/packages/ocaml.scm (ocaml-sedlex): New variable. Julien Lepiller2019-11-301-0/+67
* gnu: Add ocaml-gen.•••* gnu/packages/ocaml.scm (ocaml-gen): New variable. Julien Lepiller2019-11-301-0/+25
* gnu: ocaml-csv: Update to 2.3.•••* gnu/packages/ocaml.scm (ocaml-csv): Update to 2.3. [license]: Update license. Julien Lepiller2019-11-301-3/+5
* gnu: ocaml-bisect: Remove package.•••* gnu/packages/ocaml.scm (ocaml-bisect): Remove deprecated package, replaced by ocaml-bisect-ppx. Julien Lepiller2019-11-301-47/+0
* gnu: ocaml-batteries: Remove unneeded dependencies.•••* gnu/packages/ocaml.scm (ocaml-batteries)[native-inputs]: Remove ocaml-bisect and ocaml-ounit. Julien Lepiller2019-11-301-3/+1
* gnu: ocaml-bitstring: Remove unneeded dependencies.•••* gnu/packages/ocaml.scm (ocaml-bitstring): Remove unneeded dependencies [native-inputs]: Remove camlp4 and bisect. [propagated-inputs]: Remove camlp4. Julien Lepiller2019-11-301-6/+3
* gnu: ocaml-findlib: Update to 1.8.1.•••* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.8.1. [native-inputs]: Remove camlp4. Julien Lepiller2019-11-301-11/+4
* gnu: lablgtk: Update to 2.18.8.•••* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.8. [source]: Use git-fetch. [native-inputs]: Remove camlp4. Julien Lepiller2019-11-301-6/+7
* gnu: opam: Remove unneeded dependency on deprecated camlp4.•••gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4. Julien Lepiller2019-11-301-2/+1
* gnu: ocaml-odoc: Update to 1.4.2.•••* gnu/packages/ocaml.scm (ocaml-odoc): Update to 1.4.2. Tobias Geerinckx-Rice2019-11-231-3/+2
* gnu: ocaml-charinfo-width: Parameterize download url.•••* gnu/packages/ocaml.scm (ocaml-charinfo-width)[source]: Don't hardcode version number in source uri. Declare file-name. Efraim Flashner2019-11-131-2/+4
* gnu: Add 'file-name' where appropriate.•••* gnu/packages/admin.scm (detox, neofetch), gnu/packages/algebra.scm (python-fpylll), gnu/packages/bioinformatics.scm (tbsp, genrich), gnu/packages/crypto.scm (hpenc), gnu/packages/digest.scm (xxhash), gnu/packages/emacs-xyz.scm (emacs-tiny, emacs-ergoemacs-mode, emacs-make-it-so, emacs-poet-theme, emacs-deft, emacs-scribble-mode, emacs-helm-mu, emacs-unidecode, emacs-diff-hl, emacs-helm-exwm, emacs-gif-screencast, emacs-exec-path-from-shell), gnu/packages/engineering.scm (gpx), gnu/packages/freedesktop.scm (waylandpp), gnu/packages/golang.scm (go-github-com-sirupsen-logrus, go-github-com-shirou-gopsutil), gnu/packages/guile-xyz.scm (guile-studio, guile-picture-language, jupyter-guile-kernel), gnu/packages/image-viewers.scm (qview), gnu/packages/java-maths.scm (java-jblas), gnu/packages/llvm.scm (libclc), gnu/packages/logging.scm (spdlog), gnu/packages/ocaml.scm (ocaml-cstruct, ocaml-zarith), gnu/packages/terminals.scm (libtsm), gnu/packages/tigervnc.scm (tigervnc-client), gnu/packages/xdisorg.scm (xcalib, xbanish) [source]: Add file-name. Efraim Flashner2019-11-101-0/+2
* gnu: ocaml-utop: Update to 2.4.2.•••* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.2. Tobias Geerinckx-Rice2019-10-051-2/+2
* gnu: ocaml-qcheck: Update to 0.11.•••* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.11. Tobias Geerinckx-Rice2019-10-051-2/+2