gnu: Add ocaml4.01-sqlite3.

* gnu/packages/ocaml.scm: (ocaml4.01-sqlite3): New variable.
This commit is contained in:
Ben Woodcroft 2017-03-18 07:10:55 +10:00
parent 1345231cc2
commit 17bd460f02
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 3 additions and 0 deletions

View File

@ -1321,6 +1321,9 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper
@code{ocaml-sqlite}.") @code{ocaml-sqlite}.")
(license license:expat))) (license license:expat)))
(define-public ocaml4.01-sqlite3
(package-with-ocaml4.01 ocaml-sqlite3))
(define-public ocaml-csv (define-public ocaml-csv
(package (package
(name "ocaml-csv") (name "ocaml-csv")