-
Notifications
You must be signed in to change notification settings - Fork 1
/
ghm.opam
36 lines (36 loc) · 987 Bytes
/
ghm.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["Patrik Keller"]
authors: ["Patrik Keller"]
bug-reports: "https://github.com/pkel/ghm/issues"
homepage: "https://github.com/pkel/ghm"
license: "none"
dev-repo: "git+https://github.com/pkel/ghm.git"
synopsis: "JSOO Booking Management"
description: "A longer description"
depends: [
"incr_dom" {< "v0.13"}
"incr_dom_partial_render" {build}
"incr_dom_widgets" {build}
"ppx_jane" {build}
"cmdliner" {build}
"ppx_deriving_cmdliner" {build}
"ppx_deriving_yojson" {> "0"}
"tyxml" {build}
"gen_js_api" {build}
"csv" {build}
"base64" {build}
"async_js" {build}
"cohttp-lwt-unix" {build}
"record_builder" {build}
"ocp-indent" {build}
"ocamlformat" {build}
"merlin" {build}
"utop" {build}
]