[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: Add ocaml-ppx-optcomp.
From: |
julien lepiller |
Subject: |
03/10: gnu: Add ocaml-ppx-optcomp. |
Date: |
Wed, 15 Feb 2017 14:11:37 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 567b4e029950340ce3219cfd1dcab391858813e1
Author: Julien Lepiller <address@hidden>
Date: Fri Dec 30 16:32:14 2016 +0100
gnu: Add ocaml-ppx-optcomp.
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable.
---
gnu/packages/ocaml.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ca0674a..5820f15 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2067,3 +2067,24 @@ It contains:
@item a framework for dealing with attributes and extension points.
@end enumerate")
(license license:asl2.0)))
+
+(define-public ocaml-ppx-optcomp
+ (package
+ (name "ocaml-ppx-optcomp")
+ (version "113.33.03")
+ (source (janestreet-origin "ppx_optcomp" version
+ "13an8p2r7sd0d5lv54mlzrxdni47408bwqi3bjcx4m6005170q30"))
+ (build-system ocaml-build-system)
+ (native-inputs
+ `(("js-build-tools" ,ocaml-js-build-tools)
+ ("opam" ,opam)))
+ (propagated-inputs
+ `(("ppx-tools" ,ocaml-ppx-tools)
+ ("ppx-core" ,ocaml-ppx-core)))
+ (arguments janestreet-arguments)
+ (home-page "https://github.com/janestreet/ppx_optcomp/")
+ (synopsis "Optional compilation for OCaml")
+ (description "Ppx_optcomp stands for Optional Compilation. It is a tool
+used to handle optional compilations of pieces of code depending of the word
+size, the version of the compiler, ...")
+ (license license:asl2.0)))
- branch master updated (6fb9e06 -> 953ecc0), julien lepiller, 2017/02/15
- 03/10: gnu: Add ocaml-ppx-optcomp.,
julien lepiller <=
- 01/10: gnu: Add ocaml-fieldslib., julien lepiller, 2017/02/15
- 02/10: gnu: Add ocaml-ppx-core., julien lepiller, 2017/02/15
- 09/10: gnu: Add ocaml-ppx-bench., julien lepiller, 2017/02/15
- 06/10: gnu: Add ocaml-ppx-deriving., julien lepiller, 2017/02/15
- 07/10: gnu: Add ocaml-ppx-type-conv., julien lepiller, 2017/02/15
- 04/10: gnu: Add ocaml-ppx-driver., julien lepiller, 2017/02/15
- 05/10: gnu: Add ocaml-cppo., julien lepiller, 2017/02/15
- 08/10: gnu: Add ocaml-ppx-inline-test., julien lepiller, 2017/02/15
- 10/10: gnu: Add ocaml-ppx-compare., julien lepiller, 2017/02/15