[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/40: gnu: Add ocaml-ppx-enumerate.
From: |
guix-commits |
Subject: |
17/40: gnu: Add ocaml-ppx-enumerate. |
Date: |
Tue, 5 Feb 2019 16:34:54 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit db67f56901fcb5b365281dd726ed9c06c993e054
Author: Julien Lepiller <address@hidden>
Date: Fri Feb 1 17:57:21 2019 +0100
gnu: Add ocaml-ppx-enumerate.
* gnu/packages/ocaml.scm (ocaml-ppx-enumerate): New variable.
---
gnu/packages/ocaml.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f01eb37..78f26b4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5434,3 +5434,31 @@ storage of large amounts of data.")
(description "This package is a collecton of ppx rewriters that generate
hash functions from type exrpessions and definitions.")
(license license:asl2.0)))
+
+(define-public ocaml-ppx-enumerate
+ (package
+ (name "ocaml-ppx-enumerate")
+ (version "0.11.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/janestreet/ppx_enumerate.git")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "0spx9k1v7vjjb6sigbfs69yndgq76v114jhxvzjmffw7q989cyhr"))))
+ (build-system dune-build-system)
+ (arguments
+ ;; No tests
+ `(#:tests? #f))
+ (propagated-inputs
+ `(("ocaml-base" ,ocaml-base)
+ ("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
+ ("ocaml-ppxlib" ,ocaml-ppxlib)))
+ (properties `((upstream-name . "ppx_enumerate")))
+ (home-page "https://github.com/janestreet/ppx_enumerate")
+ (synopsis "Generate a list containing all values of a finite type")
+ (description "Ppx_enumerate is a ppx rewriter which generates a definition
+for the list of all values of a type (for a type which only has finitely
+many values).")
+ (license license:asl2.0)))
- 16/40: gnu: Add ocaml-ppx-hash., (continued)
- 16/40: gnu: Add ocaml-ppx-hash., guix-commits, 2019/02/05
- 27/40: gnu: Add ocaml-ppx-fail., guix-commits, 2019/02/05
- 36/40: gnu: Add ocaml-jane-street-headers., guix-commits, 2019/02/05
- 32/40: gnu: Add ocaml-ppx-base., guix-commits, 2019/02/05
- 28/40: gnu: Add ocaml-ppx-assert., guix-commits, 2019/02/05
- 39/40: gnu: Add ocaml-core., guix-commits, 2019/02/05
- 25/40: gnu: add ocaml-ppx-optcomp., guix-commits, 2019/02/05
- 37/40: gnu: Add ocaml-configurator., guix-commits, 2019/02/05
- 31/40: gnu: Add ocaml-ppx-typerep-conv., guix-commits, 2019/02/05
- 23/40: gnu: Add ocaml-ppx-pipebang., guix-commits, 2019/02/05
- 17/40: gnu: Add ocaml-ppx-enumerate.,
guix-commits <=
- 19/40: gnu: Add ocaml-ppx-here., guix-commits, 2019/02/05
- 08/40: gnu: Add ocaml-fieldslib., guix-commits, 2019/02/05
- 26/40: gnu: Add ocaml-ppx-let., guix-commits, 2019/02/05
- 12/40: gnu: Add ocaml-ppx-variants-conv., guix-commits, 2019/02/05
- 21/40: gnu: Add ocaml-ppx-sexp-value., guix-commits, 2019/02/05
- 06/40: gnu: ocaml: Use propagated-inputs., guix-commits, 2019/02/05
- 22/40: gnu: Add ocaml-ppx-sexp-message., guix-commits, 2019/02/05
- 18/40: gnu: Add ocaml-ppx-bench., guix-commits, 2019/02/05
- 09/40: gnu: Add ocaml-variantslib., guix-commits, 2019/02/05
- 20/40: gnu: Add ocaml-typerep., guix-commits, 2019/02/05