Put in earplugs
This commit is contained in:
parent
8029f158f6
commit
9828d6c4d4
1 changed files with 11 additions and 3 deletions
|
@ -513,6 +513,7 @@ currently designed for Unicode Standard 3.2.")
|
||||||
|
|
||||||
;; via guix import opam lwt
|
;; via guix import opam lwt
|
||||||
;; note: v5.6 is currently available in guix
|
;; note: v5.6 is currently available in guix
|
||||||
|
;; see also https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ocaml.scm#n2800
|
||||||
|
|
||||||
(define-public ocaml-lwt
|
(define-public ocaml-lwt
|
||||||
(package
|
(package
|
||||||
|
@ -525,9 +526,16 @@ currently designed for Unicode Standard 3.2.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11dpr0aprqqjgb2n4j4czpw3l0bc8dzy1jqmp2qz3xkih31k241p"))))
|
(base32 "11dpr0aprqqjgb2n4j4czpw3l0bc8dzy1jqmp2qz3xkih31k241p"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs (list dune-configurator
|
(arguments
|
||||||
ocaml-ocplib-endian))
|
`(#:package "lwt"))
|
||||||
(native-inputs (list ocaml-cppo))
|
(native-inputs
|
||||||
|
(list ocaml-cppo pkg-config))
|
||||||
|
(inputs
|
||||||
|
(list glib))
|
||||||
|
(propagated-inputs
|
||||||
|
(list ocaml-mmap ocaml-ocplib-endian ocaml-result ocaml-seq libev))
|
||||||
|
;; (propagated-inputs (list dune-configurator ocaml-ocplib-endian))
|
||||||
|
;; (native-inputs (list ocaml-cppo))
|
||||||
(home-page "https://github.com/ocsigen/lwt")
|
(home-page "https://github.com/ocsigen/lwt")
|
||||||
(synopsis "Promises and event-driven I/O")
|
(synopsis "Promises and event-driven I/O")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue