this repo has no description
1opam-version: "2.0"
2synopsis: "Simplify the creation of pipeline websites"
3description:
4 "Extends current_web with additional routes providing a pipeline-oriented view of ocurrent's state"
5maintainer: ["lucas@tarides.com"]
6authors: ["lucas@tarides.com"]
7license: "MIT"
8homepage: "https://github.com/tarides/current-web-pipelines"
9bug-reports: "https://github.com/tarides/current-web-pipelines/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "ocaml" {>= "4.10"}
13 "current" {>= "0.6.4"}
14 "current_web" {>= "0.6.4"}
15 "current_git" {>= "0.6.4"}
16 "fmt" {>= "0.8.9"}
17 "duration" {>= "0.2.0"}
18 "routes" {>= "2.0.0"}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/tarides/current-web-pipelines.git"
36url {
37 src:
38 "https://github.com/tarides/current-web-pipelines/releases/download/v0.1/current-web-pipelines-0.1.tbz"
39 checksum: [
40 "sha256=efc3e28a9748f75ef1abf5bf2e559e96d1d233982970ef4b789a8cec3bf0d133"
41 "sha512=5c40d56a33b170d00a2d7dc03e3e6cba1041f8fd34bb645c812312cb1f96ab7279c9772704e0519eb1ed33b6275d51a027653833fcb2420eee7f990150a167fe"
42 ]
43}
44x-commit-hash: "a400bb91716dc639fdae99ded268842a0561a3d0"