unikernel-repo/packages/builder-web.0.0.1~dev/opam

54 lines
1.1 KiB
Text
Raw Normal View History

2021-06-09 15:44:18 +00:00
opam-version: "2.0"
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
authors: ["Reynir Björnsson <reynir@reynir.dk>"]
homepage: "https://github.com/roburio/builder-web"
dev-repo: "git+https://github.com/roburio/builder-web.git"
bug-reports: "https://github.com/roburio/builder-web/issues"
license: "ISC"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
2021-08-02 13:43:47 +00:00
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
2021-06-09 15:44:18 +00:00
]
depends: [
"builder" {>= "0.2.0~dev"}
2021-06-09 16:12:52 +00:00
"dream" {>= "1.0.0~alpha2"}
2021-06-09 15:44:18 +00:00
"bos"
"hex"
"caqti"
"caqti-lwt"
"caqti-driver-sqlite3"
"pbkdf"
"mirage-crypto-rng"
"scrypt-kdf"
"alcotest" {with-test}
"opam-core"
"opam-format"
"metrics"
"metrics-lwt"
"metrics-influx"
"metrics-rusage"
"ipaddr"
2021-06-09 16:03:55 +00:00
"tyxml"
"ptime"
"duration"
"rresult"
"mirage-crypto"
"asn1-combinators"
"logs"
"cmdliner"
"uri"
"fmt"
2021-06-30 12:55:44 +00:00
"omd"
2021-06-09 15:44:18 +00:00
]
synopsis: "Web interface for builder"
url {
src: "git+https://git.robur.io/robur/builder-web.git"
}