[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49867] [PATCH 06/29] gnu: Add ocaml-ipaddr-sexp.
From: |
pukkamustard |
Subject: |
[bug#49867] [PATCH 06/29] gnu: Add ocaml-ipaddr-sexp. |
Date: |
Wed, 4 Aug 2021 07:15:22 +0000 |
* gnu/packages/ocaml.scm (ocaml-ipaddr-sexp): 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 668299e89c..7e3abcacb1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7261,6 +7261,23 @@ address representations. It supports IPv4 and IPv6.")
(description "This OCaml library provides functions for manipulating as
C-like structures using the @code{ocaml-cstruct} library.")))
+(define-public ocaml-ipaddr-sexp
+ (package
+ (inherit ocaml-macaddr)
+ (name "ocaml-ipaddr-sexp")
+ (arguments `(#:package "ipaddr-sexp"
+ #:test-target "."))
+ (propagated-inputs
+ `(("ocaml-ipaddr" ,ocaml-ipaddr)
+ ("ocaml-ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
+ ("ocaml-sexplib0" ,ocaml-sexplib0)))
+ (native-inputs
+ `(("ocaml-ipaddr-cstruct" ,ocaml-ipaddr-cstruct)
+ ("ocaml-ounit" ,ocaml-ounit)))
+ (synopsis "OCaml library for manipulation of IP addresses as
S-expressions")
+ (description "This OCaml library provides functions for manipulating as
+S-expressions using the @code{ocaml-sexp} library.")))
+
(define-public js-of-ocaml
(package
(name "js-of-ocaml")
--
2.32.0
- [bug#49867] [PATCH 00/29] gnu: Add ocaml-cohttp-lwt-unix., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 01/29] gnu: Add ocaml-cohttp-lwt., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 02/29] gnu: Add ocaml-domain-name., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 04/29] gnu: Add ocaml-ipaddr., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 06/29] gnu: Add ocaml-ipaddr-sexp.,
pukkamustard <=
- [bug#49867] [PATCH 05/29] gnu: Add ocaml-ipaddr-cstruct., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 03/29] gnu: Add ocaml-macaddr., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 08/29] gnu: Add ocaml-conduit-lwt., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 21/29] gnu: Add ocaml-pbkdf., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 10/29] gnu: Add ocaml-mirage-crypto., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 09/29] gnu: Add ocaml-eqaf., pukkamustard, 2021/08/04
- [bug#49867] [PATCH 13/29] gnu: Add ocaml-mirage-crypto-rng., pukkamustard, 2021/08/04