forked from realworldocaml/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
49 lines (44 loc) · 813 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
(lang dune 2.9)
(name rwo)
(using mdx 0.1)
(formatting disabled)
(generate_opam_files true)
(source (github realworldocaml/book))
(license ISC)
(authors "Anil Madhavapeddy" "Yaron Minsky")
(package
(name rwo)
(synopsis "Real World OCaml book sources")
(description "Scripts and sources to compile the Real World OCaml
second edition book. See https://realworldocaml.org/")
(depends
(ocaml (and (>= 4.14.0) (< 4.15.0)))
alcotest
async
async_graphics
atdgen
base
(cmdliner (>= 1.1.0))
cohttp-async
conf-ncurses
conf-tzdata
(core (>= v0.15.0))
core_bench
ctypes
ctypes-foreign
fmt
lambdasoup
mdx
ocaml-compiler-libs
ocaml-print-intf
patdiff
pcre
ppx_jane
re
sexp_pretty
textwrap
tls
yojson
conf-pandoc
conf-texlive))