mirror of
https://github.com/realworldocaml/book.git
synced 2026-08-02 01:02:14 +08:00
update duniverse
This commit is contained in:
parent
a45046b40f
commit
c4a349db6c
10
dune-get
10
dune-get
@ -511,6 +511,8 @@
|
||||
((libffi-devel) "os-distribution = \"opensuse\"")
|
||||
((libffi-devel) "os-distribution = \"oraclelinux\"")
|
||||
((libgmp-dev) "os-family = \"debian\"")
|
||||
((libpcre-devel) "os-distribution = \"mageia\"")
|
||||
((libpcre3-dev) "os-family = \"debian\"")
|
||||
((linux-headers) "os-distribution = \"alpine\"")
|
||||
((ncurses) "os-distribution = \"arch\"")
|
||||
((ncurses) "os-distribution = \"nixos\"")
|
||||
@ -520,7 +522,13 @@
|
||||
((ncurses-devel) "os-distribution = \"fedora\"")
|
||||
((ncurses-devel) "os-distribution = \"ol\"")
|
||||
((ncurses-devel) "os-distribution = \"rhel\"")
|
||||
((ncurses-devel) "os-family = \"suse\"")
|
||||
((ncurses-devel) "os-family = \"suse\"") ((pcre) "os = \"freebsd\"")
|
||||
((pcre) "os = \"macos\" & os-distribution = \"homebrew\"")
|
||||
((pcre-dev) "os-distribution = \"alpine\"")
|
||||
((pcre-devel) "os-distribution = \"centos\"")
|
||||
((pcre-devel) "os-distribution = \"fedora\"")
|
||||
((pcre-devel) "os-distribution = \"rhel\"")
|
||||
((pcre-devel) "os-family = \"suse\"")
|
||||
((pkg-config) "os = \"macos\" & os-distribution = \"homebrew\"")
|
||||
((pkg-config) "os-distribution = \"arch\"")
|
||||
((pkg-config) "os-distribution = \"cygwinports\"")
|
||||
|
||||
@ -35,6 +35,7 @@ second edition book. See https://realworldocaml.org/")
|
||||
ocaml-compiler-libs
|
||||
ocaml-print-intf
|
||||
patdiff
|
||||
pcre
|
||||
ppx_jane
|
||||
re
|
||||
sexp_pretty
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user