~ruther/guix-local

17bd460f023abc2ea9d5b36fffa032ff56ee02a6 — Ben Woodcroft 9 years ago 1345231
gnu: Add ocaml4.01-sqlite3.

* gnu/packages/ocaml.scm: (ocaml4.01-sqlite3): New variable.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +3 -0
@@ 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")