all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: guix-devel@gnu.org
Subject: [PATCH 01/10] gnu: Add ocaml-sexplib.
Date: Sun, 12 Mar 2017 21:28:59 +0100	[thread overview]
Message-ID: <20170312202908.6366-2-julien@lepiller.eu> (raw)
In-Reply-To: <20170312202908.6366-1-julien@lepiller.eu>

* gnu/packages/ocaml.scm (ocaml-sexplib): New variable.
---
 gnu/packages/ocaml.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index e225aa6d6..dc2ce14d3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2280,3 +2280,20 @@ than ocaml's Pervasives.compare.  Scaffolding functions also gives you more
 flexibility by allowing you to override them for a specific type and more safety
 by making sure that you only compare comparable values.")
     (license license:asl2.0)))
+
+(define-public ocaml-sexplib
+  (package
+    (name "ocaml-sexplib")
+    (version "113.33.03")
+    (source (janestreet-origin "sexplib" version
+              "1ffjmj8if9lyv965cgn2ld1xv7g52qsr8mqflbm515ck1i8l2ima"))
+    (build-system ocaml-build-system)
+    (native-inputs
+     `(("js-build-tools" ,ocaml-js-build-tools)
+       ("opam" ,opam)))
+    (arguments janestreet-arguments)
+    (home-page "https://github.com/janestreet/sexplib/")
+    (synopsis "Library for serializing OCaml values to and from S-expressions")
+    (description "Sexplib contains functionality for parsing and pretty-printing
+s-expressions.")
+    (license license:asl2.0)))
-- 
2.12.0

  reply	other threads:[~2017-03-12 20:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-12 20:28 [PATCH 00/10] Next 10 ocaml packages Julien Lepiller
2017-03-12 20:28 ` Julien Lepiller [this message]
2017-03-12 20:29 ` [PATCH 02/10] gnu: Add ocaml-typerep Julien Lepiller
2017-03-12 20:29 ` [PATCH 03/10] gnu: Add ocaml-variantslib Julien Lepiller
2017-03-12 20:29 ` [PATCH 04/10] gnu: Add ocaml-ppx-sexp-conv Julien Lepiller
2017-03-12 20:29 ` [PATCH 05/10] gnu: Add ocaml-ppx-variants-conv Julien Lepiller
2017-03-12 20:29 ` [PATCH 06/10] gnu: Add ocaml-ppx-here Julien Lepiller
2017-03-12 20:29 ` [PATCH 07/10] gnu: Add ocaml-ppx-assert Julien Lepiller
2017-03-12 20:29 ` [PATCH 08/10] gnu: Add ocaml-ppx-enumerate Julien Lepiller
2017-03-12 20:29 ` [PATCH 09/10] gnu: Add ocaml-ppx-let Julien Lepiller
2017-03-12 20:29 ` [PATCH 10/10] gnu: Add ocaml-ppx-typerep-conv Julien Lepiller
2017-03-13  4:02 ` [PATCH 00/10] Next 10 ocaml packages Leo Famulari
2017-03-14 13:28   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170312202908.6366-2-julien@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.