| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-compare): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-inline-test): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-type-conv): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-deriving): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-cppo): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-driver): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-core): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-fieldslib): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-js-build-tools): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-oasis): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-fileutils): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-expect): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-pcre): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-batteries): New variable.
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (omake): New variable.
* gnu/packages/patches/omake-fix-non-determinism.patch: New file.
* gnu/local.mk (dist_patch_DATA): New patch.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocamlify): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-base64): New variable.
|
|
|
|
| |
* gnu/pcakages/ocaml.scm (ocaml-ocurl): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-jsonm): New variable.
|
|
|
|
| |
* gna/packages/ocaml.scm (ocaml-uutf): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-uchar): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ulex): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-xmlm): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-bos): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-fpath): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-logs): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-lwt): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ssl): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-react): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-ppx-tools): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-alcotest): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-astring): New variable.
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-fmt): New variable.
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (camlzip) [arguments]: Install both zip and camlzip
modules.
|
|
|
|
|
|
|
|
| |
Followup to 93eeadf0226078a6a9ecf57f84446044b4be249b.
* gnu/packages/ocaml.scm (ocamlmod)[arguments]: Enable tests.
Problem reported by Julien Lepiller <julien@lepiller.eu>.
|
|
|
|
|
|
|
|
| |
Followup to 7a76b4afd0ce296bb462be8cf66234e41672c285.
* gnu/packages/ocaml.scm (ocaml-ounit)[arguments]: Enable tests.
Problem reported by Julien Lepiller <julien@lepiller.eu>.
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-cmdliner): New variable.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-mtime): New variable.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-rresult): New variable.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-topkg): New variable.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-result): New variable.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-bitstring): New variable.
* gnu/packages/patches/ocaml-bitstring-fix-configure.patch: New file.
* gnu/local.mk (dist_patch_DATA): New patch.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-bisect): New variable.
* gnu/packages/patches/ocaml-bisect-fix-camlp4-in-another-directory.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-stringext): New variable.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-qtest): New variable.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-frontc): New variable.
Signed-off-by: David Craven <david@craven.ch>
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (ocaml-zarith): New variable.
Signed-off-by: David Craven <david@craven.ch>
|