mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
nu: Add ocaml-lwt-react.
* gnu/packages/ocaml.scm (ocaml-lwt-react): New variable.
This commit is contained in:
parent
0dd1e277b1
commit
d77310cc3f
1 changed files with 22 additions and 0 deletions
|
@ -1794,6 +1794,28 @@ (define-public ocaml-lwt
|
|||
locks or other synchronization primitives.")
|
||||
(license license:lgpl2.1)))
|
||||
|
||||
(define-public ocaml-lwt-react
|
||||
(package
|
||||
(inherit ocaml-lwt)
|
||||
(name "ocaml-lwt-react")
|
||||
(version "1.1.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ocsigen/lwt")
|
||||
;; Version from opam
|
||||
(commit "4.3.0")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f7036srqz7zmnz0n164734smgkrqz78r1i35cg30x31kkr3pnn4"))))
|
||||
(arguments
|
||||
`(#:package "lwt_react"))
|
||||
(properties `((upstream-name . "lwt_react")))
|
||||
(propagated-inputs
|
||||
`(("ocaml-lwt" ,ocaml-lwt)
|
||||
("ocaml-react" ,ocaml-react)))))
|
||||
|
||||
(define-public ocaml-lwt-log
|
||||
(package
|
||||
(name "ocaml-lwt-log")
|
||||
|
|
Loading…
Reference in a new issue