-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.opam
51 lines (49 loc) · 1.32 KB
/
project.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
# This file is automatically generated, edit dune-project instead
opam-version: "2.0"
synopsis: "Factori project <your project name>"
maintainer: [" <[email protected]>"]
authors: ["Authors <[email protected]>"]
license: "MIT"
homepage: "https://gitlab.com/functori/dev/factori"
bug-reports: "https://gitlab.com/functori/dev/factori/issues"
depends: [
"dune" {>= "2.9.1"}
"ocaml" {>= "4.10.1"}
"ez_cmdliner"
"ez_file" {>= "0.3.0"}
"json-data-encoding"
"ocurl"
"ppx_deriving_encoding"
"ppx_deriving" {>= "5.2.1"}
"ppx_sexp_conv" {>= "v0.15.1"}
"ezjsonm"
"tzfunc"
"merlin"
"ocp-indent"
"ocamlformat" {>= "0.21.0" }
"odoc" {with-doc}
"ez_api"
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://gitlab.com/functori/dev/factori"
pin-depends: [
[ "ppx_deriving_jsoo.dev" "git+https://gitlab.com/o-labs/ppx_deriving_jsoo.git" ]
[ "tzfunc.~dev" "git+https://gitlab.com/functori/tzfunc.git" ]
[ "ppx_deriving_encoding.dev" "git+https://gitlab.com/o-labs/ppx_deriving_encoding.git" ]
[ "ezjs_min.dev" "git+https://github.com/ocamlpro/ezjs_min" ]
[ "ez_api.dev" "git+https://github.com/ocamlpro/ez_api" ]
[ "mligo.dev" "git+https://gitlab.com/functori/dev/mligo.git"]
]