-
Notifications
You must be signed in to change notification settings - Fork 74
/
ocaml-ci-web.opam
49 lines (49 loc) · 1.18 KB
/
ocaml-ci-web.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Web-server frontend for ocaml-ci"
maintainer: [
"Navin Keswani <[email protected]>"
"Tim McGilchrist <[email protected]>"
]
authors: ["[email protected]"]
license: "MIT"
homepage: "https://github.com/ocurrent/ocaml-ci"
doc: "https://ocaml.ci.dev/documentation"
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "4.14"}
"ocaml-ci-api"
"tailwindcss"
"ansi" {>= "0.6.0"}
"capnp-rpc-unix" {>= "1.2"}
"crunch" {>= "3.2.0" & build}
"dream" {= "1.0.0~alpha6"}
"fmt" {>= "0.8.9"}
"logs" {>= "0.7.0"}
"lwt" {>= "5.7.0"}
"prometheus-app" {>= "1.2"}
"ppx_deriving_yojson" {>= "3.7"}
"yojson" {>= "2.1"}
"tyxml" {>= "4.5"}
"timedesc" {>= "0.9.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/ocaml-ci.git"
pin-depends: [
["tailwindcss.dev" "https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz"]
]