this repo has no description

[new release] current-web-pipelines (0.1)

CHANGES:

Initial release.

Changed files
+44
packages
current-web-pipelines
current-web-pipelines.0.1
+44
packages/current-web-pipelines/current-web-pipelines.0.1/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Simplify the creation of pipeline websites"
+
description:
+
"Extends current_web with additional routes providing a pipeline-oriented view of ocurrent's state"
+
maintainer: ["lucas@tarides.com"]
+
authors: ["lucas@tarides.com"]
+
license: "MIT"
+
homepage: "https://github.com/tarides/current-web-pipelines"
+
bug-reports: "https://github.com/tarides/current-web-pipelines/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"ocaml" {>= "4.10"}
+
"current" {>= "0.6.4"}
+
"current_web" {>= "0.6.4"}
+
"current_git" {>= "0.6.4"}
+
"fmt" {>= "0.8.9"}
+
"duration" {>= "0.2.0"}
+
"routes" {>= "2.0.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/tarides/current-web-pipelines.git"
+
url {
+
src:
+
"https://github.com/tarides/current-web-pipelines/releases/download/v0.1/current-web-pipelines-0.1.tbz"
+
checksum: [
+
"sha256=efc3e28a9748f75ef1abf5bf2e559e96d1d233982970ef4b789a8cec3bf0d133"
+
"sha512=5c40d56a33b170d00a2d7dc03e3e6cba1041f8fd34bb645c812312cb1f96ab7279c9772704e0519eb1ed33b6275d51a027653833fcb2420eee7f990150a167fe"
+
]
+
}
+
x-commit-hash: "a400bb91716dc639fdae99ded268842a0561a3d0"