-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathortografe.opam
59 lines (59 loc) · 882 Bytes
/
ortografe.opam
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
50
51
52
53
54
55
56
57
58
59
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
depends: [
"ocaml"
"dune" {>= "3.12"}
"ocamlformat" {with-dev-setup & = "0.27.0"}
"sexp" {with-dev-setup}
"base"
"base64"
"bheap"
"brr"
"cmdliner"
"core"
"core_unix"
"dream"
"eio"
"eio_main"
"hyper"
"js_of_ocaml"
"lwt_ppx"
"patience_diff"
"ppx_assert"
"ppx_bin_prot"
"ppx_compare"
"ppx_inline_test"
"ppx_jane"
"ppxlib"
"ppx_pipebang"
"ppx_sexp_conv"
"ppx_sexp_value"
"ppx_string"
"re"
"sexplib"
"uri"
"uucp"
"uunf"
"uuseg"
"uutf"
"yojson"
"zipc"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
depexts: [
["graphviz" "qpdf" "inkscape" "sqlite3" "pandoc" "jq"] {os-family = "debian"}
]