diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-02-04 12:16:50 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-05-10 22:13:55 +0200 |
commit | de59e24abe9b35054b5de4389244625cdf8a4527 (patch) | |
tree | 30bc1ccacfc8ec3b7df8688c8bc69aed044cd308 | |
parent | 9bf9b3c05f1989b4a5cb4bc9e743f59ea767a9b6 (diff) | |
download | guix-de59e24abe9b35054b5de4389244625cdf8a4527.tar guix-de59e24abe9b35054b5de4389244625cdf8a4527.tar.gz |
gnu: Add ocaml4.01-batteries.
* gnu/packages/ocaml.scm (ocaml4.01-batteries): New variable.
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index a876504797..b9f1d53cf6 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2032,6 +2032,9 @@ every compliant installation of OCaml and organize these libraries into a hierarchy of modules.") (license license:lgpl2.1+))) +(define-public ocaml4.01-batteries + (package-with-ocaml4.01 ocaml-batteries)) + (define-public ocaml-pcre (package (name "ocaml-pcre") |