2021-11-03 13:22:05 +00:00
|
|
|
opam-version: "2.0"
|
|
|
|
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
|
|
|
|
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
|
|
|
|
homepage: "https://github.com/roburio/builder"
|
|
|
|
dev-repo: "git+https://github.com/roburio/builder.git"
|
|
|
|
bug-reports: "https://github.com/roburio/builder/issues"
|
|
|
|
license: "ISC"
|
|
|
|
|
|
|
|
depends: [
|
|
|
|
"ocaml" {>= "4.08.0"}
|
2022-03-02 12:39:36 +00:00
|
|
|
"dune" {>= "2.0.0"}
|
2021-11-03 13:22:05 +00:00
|
|
|
"asn1-combinators"
|
|
|
|
"bheap"
|
|
|
|
"bos"
|
2022-03-15 20:53:38 +00:00
|
|
|
"cmdliner" {>= "1.1.0"}
|
2021-11-03 13:22:05 +00:00
|
|
|
"cstruct"
|
|
|
|
"duration"
|
|
|
|
"fmt"
|
|
|
|
"fpath"
|
|
|
|
"logs"
|
|
|
|
"lwt"
|
|
|
|
"ptime"
|
|
|
|
"rresult"
|
|
|
|
"uuidm"
|
|
|
|
"http-lwt-client" {>= "0.0.2"}
|
|
|
|
"base64"
|
|
|
|
]
|
|
|
|
build: [
|
|
|
|
["dune" "subst"] {dev}
|
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
|
|
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
|
|
|
|
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
|
|
|
|
]
|
|
|
|
|
|
|
|
synopsis: "Scheduling and executing shell jobs"
|
|
|
|
url {
|
|
|
|
src: "git+https://github.com/roburio/builder.git"
|
|
|
|
}
|