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-ezjsonm
|
||||||
ocaml-yaml
|
ocaml-yaml
|
||||||
ocaml-csv
|
ocaml-csv
|
||||||
|
ocaml-lwt
|
||||||
ocaml-re
|
ocaml-re
|
||||||
ocaml-odate
|
ocaml-odate
|
||||||
ocaml-spelll
|
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)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs (list ocaml-either dune-configurator ocaml-odoc))
|
(propagated-inputs (list ocaml-either dune-configurator ocaml-odoc))
|
||||||
(native-inputs (list ocaml-qcheck-core
|
(native-inputs (list ocaml-qcheck-core
|
||||||
ocaml-yojson
|
ocaml-yojson
|
||||||
ocaml-iter
|
ocaml-iter
|
||||||
ocaml-gen
|
ocaml-gen
|
||||||
ocaml-csexp
|
ocaml-csexp
|
||||||
ocaml-uutf))
|
ocaml-uutf))
|
||||||
(home-page "https://github.com/c-cube/ocaml-containers/")
|
(home-page "https://github.com/c-cube/ocaml-containers/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"A modular, clean and powerful extension of the OCaml standard library")
|
"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
|
;; via guix import opam lambdasoup
|
||||||
|
|
||||||
|
|
||||||
(define-public ocaml-lambdasoup
|
(define-public ocaml-lambdasoup
|
||||||
(package
|
(package
|
||||||
(name "ocaml-lambdasoup")
|
(name "ocaml-lambdasoup")
|
||||||
|
|
Loading…
Reference in a new issue