Put in earplugs
This commit is contained in:
parent
d49d947159
commit
399aa65501
1 changed files with 6 additions and 6 deletions
|
@ -62,6 +62,7 @@
|
|||
ocaml-ezjsonm
|
||||
ocaml-yaml
|
||||
ocaml-csv
|
||||
ocaml-lwt
|
||||
ocaml-re
|
||||
ocaml-odate
|
||||
ocaml-spelll
|
||||
|
@ -117,11 +118,11 @@ generator mode is optional, you can use it as post-processor for existing sites.
|
|||
(build-system dune-build-system)
|
||||
(propagated-inputs (list ocaml-either dune-configurator ocaml-odoc))
|
||||
(native-inputs (list ocaml-qcheck-core
|
||||
ocaml-yojson
|
||||
ocaml-iter
|
||||
ocaml-gen
|
||||
ocaml-csexp
|
||||
ocaml-uutf))
|
||||
ocaml-yojson
|
||||
ocaml-iter
|
||||
ocaml-gen
|
||||
ocaml-csexp
|
||||
ocaml-uutf))
|
||||
(home-page "https://github.com/c-cube/ocaml-containers/")
|
||||
(synopsis
|
||||
"A modular, clean and powerful extension of the OCaml standard library")
|
||||
|
@ -130,7 +131,6 @@ generator mode is optional, you can use it as post-processor for existing sites.
|
|||
|
||||
;; via guix import opam lambdasoup
|
||||
|
||||
|
||||
(define-public ocaml-lambdasoup
|
||||
(package
|
||||
(name "ocaml-lambdasoup")
|
||||
|
|
Loading…
Reference in a new issue