[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/34: gnu: Add ocaml-yaml.
From: |
guix-commits |
Subject: |
23/34: gnu: Add ocaml-yaml. |
Date: |
Thu, 8 Feb 2024 17:25:46 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit c1a12ad8ad42b391e81557d14864552cf6d47aba
Author: Arnaud DABY-SEESARAM <ds-ac@nanein.fr>
AuthorDate: Wed Jan 10 08:43:24 2024 +0100
gnu: Add ocaml-yaml.
* gnu/packages/ocaml.scm (ocaml-yaml): New variable.
Change-Id: Ia890e505dd3ff0fe9a8c243adef460e0475d9e81
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
gnu/packages/ocaml.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 60cb47b369..30ebe96a5b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2612,6 +2612,39 @@ simple (yet expressive) query language to select the
tests to run.")
syntactic tools.")
(license license:expat)))
+(define-public ocaml-yaml
+ (package
+ (name "ocaml-yaml")
+ (version "3.2.0")
+ (home-page "https://github.com/avsm/ocaml-yaml")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "054ca6071bfkdbm5vlmnk6ic43561xl9igv87zgkbq4qry16a7s7"))))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-ppx-sexp-conv ocaml-ctypes ocaml-bos))
+ (native-inputs (list ocaml-fmt
+ ocaml-sexplib
+ ocaml-logs
+ ocaml-mdx
+ ocaml-alcotest
+ ocaml-crowbar
+ ocaml-junit-alcotest
+ ocaml-ezjsonm))
+ (synopsis "Parse and generate YAML 1.1/1.2 files")
+ (description
+ "This package is an OCaml library to parse and generate the YAML file
+format. It is intended to be interoperable with the @code{Ezjsonm}
+JSON handling library, if the simple common subset of Yaml is used. Anchors
and
+other advanced Yaml features are not implemented in the JSON compatibility
+layer.")
+ (license license:isc)))
+
(define-public ocaml-parmap
(package
(name "ocaml-parmap")
- 01/34: gnu: ocaml: Update to 4.14.1., (continued)
- 01/34: gnu: ocaml: Update to 4.14.1., guix-commits, 2024/02/08
- 04/34: gnu: Update coq-coquelicot to 3.4.0., guix-commits, 2024/02/08
- 05/34: gnu: Update coq-mathcomp to 1.17.0., guix-commits, 2024/02/08
- 03/34: gnu: Update coq-gappa to 1.5.3., guix-commits, 2024/02/08
- 08/34: gnu: Update coq-interval to 4.8.0., guix-commits, 2024/02/08
- 09/34: gnu: coq: Update to 8.17.1., guix-commits, 2024/02/08
- 13/34: gnu: ocaml-sexplib: Update to 0.16.0., guix-commits, 2024/02/08
- 14/34: gnu: ocaml-ppxlib: Update to 0.28., guix-commits, 2024/02/08
- 16/34: gnu: ocaml-bin-prot: Update to 0.16.0., guix-commits, 2024/02/08
- 19/34: gnu: ocaml-ppx-bench: Update to 0.16.0., guix-commits, 2024/02/08
- 23/34: gnu: Add ocaml-yaml.,
guix-commits <=
- 27/34: gnu: Add dune-ordering., guix-commits, 2024/02/08
- 20/34: gnu: Add ocaml-ppx-deriving-yojson., guix-commits, 2024/02/08
- 22/34: gnu: Add ocaml-junit-alcotest., guix-commits, 2024/02/08
- 32/34: gnu: frama-c: Update to 27.1., guix-commits, 2024/02/08
- 33/34: gnu: ocaml-base64: Update to 3.5.1., guix-commits, 2024/02/08
- 34/34: gnu: opam: Update to 2.1.5., guix-commits, 2024/02/08
- 25/34: gnu: Add ocaml-ppx-import., guix-commits, 2024/02/08
- 06/34: gnu: Update coq-autosubst to 1.8., guix-commits, 2024/02/08
- 02/34: gnu: Update coq-flocq to 4.1.1., guix-commits, 2024/02/08
- 07/34: gnu: Update coq-stdpp to 1.8.0., guix-commits, 2024/02/08