[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 50/96] gnu: Add ocaml-ppx-optcomp
From: |
Julien Lepiller |
Subject: |
[PATCH 50/96] gnu: Add ocaml-ppx-optcomp |
Date: |
Tue, 3 Jan 2017 20:11:31 +0100 |
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable.
---
gnu/packages/ocaml.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3a9a8de13..78bd4db6f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1887,3 +1887,22 @@ It contains:
- helpers for matching AST fragments
- a framework for dealing with attributes and extension points.")
(license license:asl2.0)))
+
+(define-public ocaml-ppx-optcomp
+ (package
+ (name "ocaml-ppx-optcomp")
+ (version "113.33.03")
+ (home-page "https://github.com/janestreet/ppx_optcomp/")
+ (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)
+ (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)))
--
2.11.0
- [PATCH 40/96] gnu: Add omake, (continued)
- [PATCH 40/96] gnu: Add omake, Julien Lepiller, 2017/01/03
- [PATCH 42/96] gnu: Add ocaml-pcre, Julien Lepiller, 2017/01/03
- [PATCH 43/96] gnu: Add ocaml-expect, Julien Lepiller, 2017/01/03
- [PATCH 44/96] gnu: Add ocaml-fileutils, Julien Lepiller, 2017/01/03
- [PATCH 45/96] gnu: Add ocaml-oasis, Julien Lepiller, 2017/01/03
- [PATCH 46/96] gnu: Add ocaml-js-build-tools, Julien Lepiller, 2017/01/03
- [PATCH 47/96] gnu: Add ocaml-bin-prot, Julien Lepiller, 2017/01/03
- [PATCH 48/96] gnu: Add ocaml-fieldslib, Julien Lepiller, 2017/01/03
- [PATCH 49/96] gnu: Add ocaml-ppx-core, Julien Lepiller, 2017/01/03
- [PATCH 50/96] gnu: Add ocaml-ppx-optcomp,
Julien Lepiller <=
- [PATCH 51/96] gnu: Add ocaml-ppx-driver, Julien Lepiller, 2017/01/03
- [PATCH 52/96] gnu: Add ocaml-cppo, Julien Lepiller, 2017/01/03
- [PATCH 53/96] gnu: Add ocaml-ppx-deriving, Julien Lepiller, 2017/01/03
- [PATCH 54/96] gnu: Add ocaml-ppx-type-conv, Julien Lepiller, 2017/01/03
- [PATCH 55/96] gnu: Add ocaml-ppx-inline-test, Julien Lepiller, 2017/01/03
- [PATCH 56/96] gnu: Add ocaml-ppx-bench, Julien Lepiller, 2017/01/03
- [PATCH 57/96] gnu: Add ocaml-ppx-compare, Julien Lepiller, 2017/01/03
- [PATCH 58/96] gnu: Add ocaml-sexplib, Julien Lepiller, 2017/01/03
- [PATCH 59/96] gnu: Add ocaml-typerep, Julien Lepiller, 2017/01/03
- [PATCH 60/96] gnu: Add ocaml-variantslib, Julien Lepiller, 2017/01/03