gnu: Add ocaml-shared-memory-ring-lwt.
* gnu/packages/ocaml.scm (ocaml-shared-memory-ring-lwt): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
1e324abac0
commit
3b2ca07ed6
|
@ -3045,6 +3045,16 @@ follow the Xen ABI and may be used to create or implement Xen virtual
|
||||||
devices.")
|
devices.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
|
(define-public ocaml-shared-memory-ring-lwt
|
||||||
|
(package
|
||||||
|
(inherit ocaml-shared-memory-ring)
|
||||||
|
(name "ocaml-shared-memory-ring-lwt")
|
||||||
|
(arguments
|
||||||
|
'(#:package "shared-memory-ring-lwt"))
|
||||||
|
(propagated-inputs (modify-inputs (package-propagated-inputs
|
||||||
|
ocaml-shared-memory-ring)
|
||||||
|
(append ocaml-shared-memory-ring)))))
|
||||||
|
|
||||||
(define-public ocaml-luv
|
(define-public ocaml-luv
|
||||||
(package
|
(package
|
||||||
(name "ocaml-luv")
|
(name "ocaml-luv")
|
||||||
|
|
Reference in New Issue