[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49867] [PATCH 22/29] gnu: Add ocaml-cstruct-unix.
From: |
pukkamustard |
Subject: |
[bug#49867] [PATCH 22/29] gnu: Add ocaml-cstruct-unix. |
Date: |
Wed, 4 Aug 2021 07:15:38 +0000 |
* gnu/packages/ocaml.scm (ocaml-cstruct-unix): New variable.
---
gnu/packages/ocaml.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6effe1ff12..a9a4c8a684 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3412,6 +3412,22 @@ to access C-like structures directly from OCaml. It
supports both reading and
writing to these structures, and they are accessed via the Bigarray module.")
(license license:isc)))
+(define-public ocaml-cstruct-unix
+ (package
+ (inherit ocaml-cstruct)
+ (name "ocaml-cstruct-unix")
+ (build-system dune-build-system)
+ (arguments
+ `(#:package "cstruct-unix"
+ #:test-target "."))
+ (propagated-inputs
+ `(("ocaml-cstruct" ,ocaml-cstruct)))
+ (synopsis "Unix variation of the @code{ocaml-cstruct} library for
accessing C-like structures directly from OCaml")
+ (description "Cstruct is a library and syntax extension to make it easier
to access C-like
+structures directly from OCaml. It supports both reading and writing to these
+structures, and they are accessed via the `Bigarray` module.")
+ (license license:isc)))
+
(define-public ocaml-hex
(package
(name "ocaml-hex")
--
2.32.0
- [bug#49867] [PATCH 21/29] gnu: Add ocaml-pbkdf., (continued)
[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
[bug#49867] [PATCH 07/29] gnu: Add ocaml-conduit., pukkamustard, 2021/08/04
[bug#49867] [PATCH 14/29] gnu: Add ocaml-mirage-crypto-pk., pukkamustard, 2021/08/04
[bug#49867] [PATCH 11/29] gnu: Add ocaml-duration., pukkamustard, 2021/08/04
[bug#49867] [PATCH 22/29] gnu: Add ocaml-cstruct-unix.,
pukkamustard <=
[bug#49867] [PATCH 17/29] gnu: Add ocaml-ppx-deriving., pukkamustard, 2021/08/04
[bug#49867] [PATCH 16/29] gnu: Add ocaml-asn1-combinators., pukkamustard, 2021/08/04
[bug#49867] [PATCH 19/29] gnu: Add ocaml-mirage-crypto-ec., pukkamustard, 2021/08/04
[bug#49867] [PATCH 18/29] gnu: Add ocaml-ppx-deriving-yojson., pukkamustard, 2021/08/04
[bug#49867] [PATCH 12/29] gnu: Add ocaml-randomconv., pukkamustard, 2021/08/04
[bug#49867] [PATCH 15/29] gnu: Add ocaml-ptime., pukkamustard, 2021/08/04