[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/15: gnu: Add ocaml4.01-sqlite3.
From: |
Ben Woodcroft |
Subject: |
05/15: gnu: Add ocaml4.01-sqlite3. |
Date: |
Wed, 10 May 2017 16:15:05 -0400 (EDT) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 17bd460f023abc2ea9d5b36fffa032ff56ee02a6
Author: Ben Woodcroft <address@hidden>
Date: Sat Mar 18 07:10:55 2017 +1000
gnu: Add ocaml4.01-sqlite3.
* gnu/packages/ocaml.scm: (ocaml4.01-sqlite3): New variable.
---
gnu/packages/ocaml.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b3fee16..c69b307 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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")
- branch master updated (0d43b12 -> c033f5d), Ben Woodcroft, 2017/05/10
- 05/15: gnu: Add ocaml4.01-sqlite3.,
Ben Woodcroft <=
- 06/15: gnu: Add ocaml4.01-csv., Ben Woodcroft, 2017/05/10
- 03/15: build-system: Add package-with-ocaml4.01., Ben Woodcroft, 2017/05/10
- 02/15: gnu: Add ocaml4.01-findlib., Ben Woodcroft, 2017/05/10
- 04/15: gnu: Add ocaml4.01-bisect., Ben Woodcroft, 2017/05/10
- 08/15: gnu: Add ocaml4.01-mcl., Ben Woodcroft, 2017/05/10
- 09/15: gnu: Add ocaml4.01-camlzip., Ben Woodcroft, 2017/05/10
- 13/15: gnu: Add ocaml4.01-batteries., Ben Woodcroft, 2017/05/10
- 14/15: gnu: Add taxtastic., Ben Woodcroft, 2017/05/10
- 01/15: gnu: Add ocaml-4.01., Ben Woodcroft, 2017/05/10
- 07/15: gnu: Add ocaml4.01-gsl., Ben Woodcroft, 2017/05/10