Skip to content

Commit ce036e8

Browse files
author
Lucas Pluvinage
committed
[new release] current-web-pipelines (0.1)
CHANGES: Initial release.
1 parent 8600723 commit ce036e8

File tree

1 file changed

+44
-0
lines changed
  • packages/current-web-pipelines/current-web-pipelines.0.1

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "Simplify the creation of pipeline websites"
3+
description:
4+
"Extends current_web with additional routes providing a pipeline-oriented view of ocurrent's state"
5+
maintainer: ["[email protected]"]
6+
authors: ["[email protected]"]
7+
license: "MIT"
8+
homepage: "https://github.com/tarides/current-web-pipelines"
9+
bug-reports: "https://github.com/tarides/current-web-pipelines/issues"
10+
depends: [
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+
]
21+
build: [
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+
]
35+
dev-repo: "git+https://github.com/tarides/current-web-pipelines.git"
36+
url {
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+
}
44+
x-commit-hash: "a400bb91716dc639fdae99ded268842a0561a3d0"

0 commit comments

Comments
 (0)