gnu: ocaml-lwt: Update to 5.1.1.
* gnu/packages/ocaml.scm (ocaml-lwt): update to 5.1.1.master
parent
2624921a64
commit
16829d3b8a
|
@ -1762,7 +1762,7 @@ for mapping files in memory. This function is the same as the
|
||||||
(define-public ocaml-lwt
|
(define-public ocaml-lwt
|
||||||
(package
|
(package
|
||||||
(name "ocaml-lwt")
|
(name "ocaml-lwt")
|
||||||
(version "4.1.0")
|
(version "5.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1770,29 +1770,22 @@ for mapping files in memory. This function is the same as the
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0mhh019bjkg5xfvpy1pxs4xdxb759fyydmgb6l4j0qww1qgr8klp"))))
|
"0gwdmhn0qx03agc45dplj73ia5y1gb42aan64ywfxmll3lsnr2h7"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; require lwt_ppx
|
`(#:package "lwt"))
|
||||||
#:jbuild? #t
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-before 'build 'configure
|
|
||||||
(lambda _
|
|
||||||
(invoke "ocaml" "src/util/configure.ml" "-use-libev" "true")
|
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocaml-cppo" ,ocaml-cppo)
|
`(("ocaml-bisect-ppx" ,ocaml-bisect-ppx)
|
||||||
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
("ocaml-cppo" ,ocaml-cppo)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)))
|
||||||
("ppx-tools-versioned" ,ocaml-ppx-tools-versioned)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("libev" ,libev)
|
`(("libev" ,libev)
|
||||||
("glib" ,glib)))
|
("glib" ,glib)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("result" ,ocaml-result)
|
`(("ocaml-mmap" ,ocaml-mmap)
|
||||||
("ocaml-ssl" ,ocaml-ssl)
|
("ocaml-ocplib-endian" ,ocaml-ocplib-endian)
|
||||||
("ocaml-react" ,ocaml-react)))
|
("ocaml-result" ,ocaml-result)
|
||||||
|
("ocaml-seq" ,ocaml-seq)))
|
||||||
(home-page "https://github.com/ocsigen/lwt")
|
(home-page "https://github.com/ocsigen/lwt")
|
||||||
(synopsis "Cooperative threads and I/O in monadic style")
|
(synopsis "Cooperative threads and I/O in monadic style")
|
||||||
(description "Lwt provides typed, composable cooperative threads. These
|
(description "Lwt provides typed, composable cooperative threads. These
|
||||||
|
|
Reference in New Issue