-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbindoj.opam
64 lines (64 loc) · 1.56 KB
/
bindoj.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
60
61
62
63
64
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A generative datatype toolkit for OCaml centric workflows"
maintainer: [
"Hirotetsu Hongo <[email protected]>"
"Haochen M. Kotoi-Xie <[email protected]>"
"Shiya Yamaguchi <[email protected]>"
"Yuta Sato <[email protected]>"
"Wataru Kaji <[email protected]>"
"KXC Members <[email protected]>"
]
authors: [
"Hirotetsu Hongo"
"Haochen M. Kotoi-Xie"
"Shiya Yamaguchi"
"Yuta Sato"
"Wataru Kaji"
"KXC Members and Contributors"
]
license: "Apache-2.0"
homepage: "https://github.com/kxcdev/bindoj"
bug-reports: "https://github.com/kxcdev/bindoj/issues"
depends: [
"dune" {>= "3.0"}
"fmt" {with-test & >= "0.8.10"}
"ppxlib" {>= "0.31"}
"ppx_deriving" {>= "5.2.1"}
"yojson" {>= "1.7"}
"ppx_yojson_conv" {>= "v0.15.0"}
"zed" {>= "3.1.0"}
"odoc" {with-doc & >= "2.1.0"}
"jsonm" {>= "1.0"}
"js_of_ocaml" {with-test & >= "5.1.0"}
"js_of_ocaml-ppx" {with-test & >= "4.0.0"}
"gen_js_api" {with-test & >= "1.1.1"}
"mdx" {with-test & >= "2.1.0"}
"alcotest" {with-test}
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"prr" {>= "0.1.1"}
"ppx_inline_test" {with-test}
"lwt" {with-test}
"uri" {>= "4.2.0"}
"bisect_ppx" {>= "2.7.1"}
"ocamlformat" {with-test & = "0.26.0"}
"ocaml" {>= "4.14"}
"cohttp-lwt-unix" {with-test}
"melange" {with-doc & >= "2.0.0" & < "3.0.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/kxcdev/bindoj.git"