mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add aliases for ocaml-cstruct and ocaml-lwt subpackages.
* gnu/packages/ocaml.scm (ocaml-lwt-ppx ocaml-cstruct-unix ocaml-cstruct-sexp): New variables. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
14ccbf500c
commit
74560bf3c3
1 changed files with 11 additions and 0 deletions
|
@ -2963,6 +2963,11 @@ process. Also, in many cases, Lwt threads can interact without the need for
|
||||||
locks or other synchronization primitives.")
|
locks or other synchronization primitives.")
|
||||||
(license license:lgpl2.1)))
|
(license license:lgpl2.1)))
|
||||||
|
|
||||||
|
;; TODO this alias is not ideal but ocaml-lwt already explicitly specifies a
|
||||||
|
;; package argument and at least this way the importer doesn't try to
|
||||||
|
;; re-import it.
|
||||||
|
(define ocaml-lwt-ppx ocaml-lwt)
|
||||||
|
|
||||||
(define-public ocaml-lwt-dllist
|
(define-public ocaml-lwt-dllist
|
||||||
(package
|
(package
|
||||||
(name "ocaml-lwt-dllist")
|
(name "ocaml-lwt-dllist")
|
||||||
|
@ -4451,6 +4456,12 @@ writing to these structures, and they are accessed via the Bigarray module.")
|
||||||
"0jj3whs8r3jc524i9bb67rffh7y7r157hjgvws0bkxijxpjzwkbk"))))
|
"0jj3whs8r3jc524i9bb67rffh7y7r157hjgvws0bkxijxpjzwkbk"))))
|
||||||
(properties '()))))
|
(properties '()))))
|
||||||
|
|
||||||
|
;; TODO again, the "parent" package already has an explicit package argument,
|
||||||
|
;; so a variant package doesn't make sense, at least these aliases help the
|
||||||
|
;; importer out so it doesn't re-import things. At least hopefully.
|
||||||
|
(define ocaml-cstruct-unix ocaml-cstruct)
|
||||||
|
(define ocaml-cstruct-sexp ocaml-cstruct)
|
||||||
|
|
||||||
(define-public ocaml-hex
|
(define-public ocaml-hex
|
||||||
(package
|
(package
|
||||||
(name "ocaml-hex")
|
(name "ocaml-hex")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue