[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: Add ocamlify.
From: |
julien lepiller |
Subject: |
02/10: gnu: Add ocamlify. |
Date: |
Tue, 31 Jan 2017 20:36:12 +0000 (UTC) |
roptat pushed a commit to branch master
in repository guix.
commit c590f1ae8a2a9c118f3cdb58fec98be934ccb7dd
Author: Julien Lepiller <address@hidden>
Date: Fri Dec 30 12:39:42 2016 +0100
gnu: Add ocamlify.
* gnu/packages/ocaml.scm (ocamlify): New variable.
---
gnu/packages/ocaml.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0128337..e041280 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1728,3 +1728,27 @@ multitude of other network protocols
(FTP/SMTP/RTSP/etc).")
that represent binary data in an ASCII string format by translating it into a
radix-64 representation. It is specified in RFC 4648.")
(license license:isc)))
+
+(define-public ocamlify
+ (package
+ (name "ocamlify")
+ (version "0.0.2")
+ (source (origin
+ (method url-fetch)
+ (uri (ocaml-forge-uri name version 1209))
+ (sha256
+ (base32
+ "1f0fghvlbfryf5h3j4as7vcqrgfjb4c8abl5y0y5h069vs4kp5ii"))))
+ (build-system ocaml-build-system)
+ ; tests are done during build
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (delete 'check))))
+ (home-page "https://forge.ocamlcore.org/projects/ocamlify")
+ (synopsis "Include files in OCaml code")
+ (description "OCamlify allows to create OCaml source code by including
+whole files into OCaml string or string list. The code generated can be
+compiled as a standard OCaml file. It allows embedding external resources as
+OCaml code.")
+ (license license:lgpl2.1+))); with the OCaml static compilation exception
- branch master updated (59ae241 -> f5c8cf3), julien lepiller, 2017/01/31
- 05/10: gnu: Add ocaml-pcre., julien lepiller, 2017/01/31
- 06/10: gnu: Add ocaml-expect., julien lepiller, 2017/01/31
- 07/10: gnu: Add ocaml-fileutils., julien lepiller, 2017/01/31
- 09/10: gnu: Add ocaml-js-build-tools., julien lepiller, 2017/01/31
- 03/10: gnu: Add omake., julien lepiller, 2017/01/31
- 01/10: gnu: Add ocaml-base64., julien lepiller, 2017/01/31
- 08/10: gnu: Add ocaml-oasis., julien lepiller, 2017/01/31
- 10/10: gnu: Add ocaml-bin-prot., julien lepiller, 2017/01/31
- 02/10: gnu: Add ocamlify.,
julien lepiller <=
- 04/10: gnu: Add ocaml-batteries., julien lepiller, 2017/01/31