Put in earplugs
This commit is contained in:
parent
a3c997cd7f
commit
deca3f8be2
1 changed files with 4 additions and 6 deletions
|
@ -202,9 +202,7 @@ offers flexible indentation options.")
|
||||||
intended to interoperable with the [Ezjsonm](https://github.com/mirage/ezjsonm)
|
intended to interoperable with the [Ezjsonm](https://github.com/mirage/ezjsonm)
|
||||||
JSON handling library, if the simple common subset of Yaml is used. Anchors and
|
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
|
other advanced Yaml features are not implemented in the JSON compatibility
|
||||||
layer. The [Yaml module
|
layer.")
|
||||||
docs](http://anil-code.recoil.org/ocaml-yaml/yaml/Yaml/index.html) are
|
|
||||||
browseable online.")
|
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
|
|
||||||
|
@ -221,15 +219,15 @@ browseable online.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bsmix8qbsk04a1l2x4lrh919xq6a3pmanvgkdlc5wwp3p42q6bl"))))
|
(base32 "1bsmix8qbsk04a1l2x4lrh919xq6a3pmanvgkdlc5wwp3p42q6bl"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f))
|
||||||
(propagated-inputs (list ocaml-menhir))
|
(propagated-inputs (list ocaml-menhir))
|
||||||
(native-inputs (list ocaml-lwt ocaml-ppx-expect))
|
(native-inputs (list ocaml-lwt ocaml-ppx-expect))
|
||||||
(home-page "https://github.com/hhugo/odate")
|
(home-page "https://github.com/hhugo/odate")
|
||||||
(synopsis "Date & Duration Library")
|
(synopsis "Date & Duration Library")
|
||||||
(description
|
(description
|
||||||
"Simple date and duration manipulation. Also implement duration printer based on
|
"Simple date and duration manipulation. Also implement duration printer based on
|
||||||
string format. Already implemented in opalang [http://opalang.org/]. For
|
string format.")
|
||||||
documentation about the format, see :
|
|
||||||
[http://doc.opalang.org/value/stdlib.core.date/Duration/try_generate_printer].")
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
;; via guix import opam spelll
|
;; via guix import opam spelll
|
||||||
|
|
Loading…
Reference in a new issue