[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: Add ocaml4.01-camlzip.
From: |
Ben Woodcroft |
Subject: |
09/15: gnu: Add ocaml4.01-camlzip. |
Date: |
Wed, 10 May 2017 16:15:06 -0400 (EDT) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 6824387a4fb46a595006cfb17bcbb3311df6a9cd
Author: Ben Woodcroft <address@hidden>
Date: Fri Jan 6 22:15:12 2017 +1000
gnu: Add ocaml4.01-camlzip.
* gnu/packages/ocaml.scm (ocaml4.01-camlzip): New variable.
---
gnu/packages/ocaml.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index e636e4e..ddc8280 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -914,6 +914,24 @@ JAR format. It provides functions for reading from and
writing to compressed
files in these formats.")
(license license:lgpl2.1+)))
+(define-public ocaml4.01-camlzip
+ (let ((base (package-with-ocaml4.01 camlzip)))
+ (package
+ (inherit base)
+ (name "ocaml4.01-camlzip")
+ ;; Version 1.05 is the last version to support OCaml 4.01.0.
+ (version "1.05")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append
+ "http://forge.ocamlcore.org/frs/download.php/1037/camlzip-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0syh72jk9s0qwjmmfrkqchaj98m020ii082jn38pwnmb6v3p02wk")))))))
+
(define-public ocamlmod
(package
(name "ocamlmod")
- branch master updated (0d43b12 -> c033f5d), Ben Woodcroft, 2017/05/10
- 05/15: gnu: Add ocaml4.01-sqlite3., Ben Woodcroft, 2017/05/10
- 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 <=
- 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
- 11/15: gnu: Add ocaml4.01-ounit., Ben Woodcroft, 2017/05/10
- 15/15: gnu: Add pplacer., Ben Woodcroft, 2017/05/10
- 10/15: gnu: Add ocaml4.01-qtest., Ben Woodcroft, 2017/05/10
- 12/15: gnu: Add ocaml4.01-xmlm., Ben Woodcroft, 2017/05/10