gnu: Add ocaml4.01-sqlite3.
* gnu/packages/ocaml.scm: (ocaml4.01-sqlite3): New variable.
This commit is contained in:
parent
1345231cc2
commit
17bd460f02
|
@ -1321,6 +1321,9 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper
|
|||
@code{ocaml-sqlite}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ocaml4.01-sqlite3
|
||||
(package-with-ocaml4.01 ocaml-sqlite3))
|
||||
|
||||
(define-public ocaml-csv
|
||||
(package
|
||||
(name "ocaml-csv")
|
||||
|
|
Loading…
Reference in New Issue