mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ocaml-toml.
* gnu/packages/ocaml.scm (ocaml-toml): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Change-Id: Ia3ec7d0261cd6950f1a73641fc65b3ef7ce98f24
This commit is contained in:
parent
8b67932851
commit
ad2c1833a0
1 changed files with 23 additions and 0 deletions
|
@ -2348,6 +2348,29 @@ and RFC 3339 formats in OCaml.")
|
||||||
(home-page "https://github.com/ocaml-community/ISO8601.ml")
|
(home-page "https://github.com/ocaml-community/ISO8601.ml")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ocaml-toml
|
||||||
|
(package
|
||||||
|
(name "ocaml-toml")
|
||||||
|
(version "7.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/ocaml-toml/To.ml")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0z2873mj3i6h9cg8zlkipcjab8jympa4c4avhk4l04755qzphkds"))))
|
||||||
|
(build-system dune-build-system)
|
||||||
|
(propagated-inputs (list ocaml-base ocaml-mdx ocaml-menhir ocaml-iso8601))
|
||||||
|
(synopsis "TOML library for OCaml")
|
||||||
|
(description
|
||||||
|
"This package provides an OCaml library for interacting with files
|
||||||
|
in the @acronym{TOML, Tom's Obvious Minimal Language} format. Specifically,
|
||||||
|
it provides a parser, a serializer, and a pretty printer.")
|
||||||
|
(home-page "https://github.com/ocaml-toml/To.ml")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ocaml-topkg
|
(define-public ocaml-topkg
|
||||||
(package
|
(package
|
||||||
(name "ocaml-topkg")
|
(name "ocaml-topkg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue