-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskeleton.opam
More file actions
41 lines (41 loc) · 1019 Bytes
/
skeleton.opam
File metadata and controls
41 lines (41 loc) · 1019 Bytes
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Skeleton of website with API REST"
maintainer: ["john.doe@origin-labs.com"]
authors: ["John Doe"]
license: "MIT"
homepage: "https://gitlab.com/o-labs/skeleton"
bug-reports: "https://gitlab.com/o-labs/skeleton/-/issues"
depends: [
"dune" {>= "2.4"}
"vue-jsoo"
"ez-api"
"calendar"
"geoip"
"cohttp-lwt-unix"
"re"
"pgocaml_ppx"
"ez-pgocaml"
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git://gitlab.com/o-labs/skeleton"
pin-depends: [
[ "pgocaml.4.2.1" "git+https://github.com/ocpmax/pgocaml.git" ]
[ "pgocaml_ppx.4.2.1" "git+https://github.com/ocpmax/pgocaml.git" ]
[ "vue-jsoo.~dev" "git+https://gitlab.com/o-labs/vue-jsoo.git" ]
[ "ez-api.~dev" "git+https://github.com/ocamlpro/ez-api.git" ]
[ "ez-pgocaml.~dev" "git+https://github.com/ocpmax/ez-pgocaml.git" ]
]