add dev version of builder
This commit is contained in:
parent
44bb7b9672
commit
85e701af97
2 changed files with 39 additions and 1 deletions
|
@ -15,7 +15,7 @@ build: [
|
||||||
]
|
]
|
||||||
|
|
||||||
depends: [
|
depends: [
|
||||||
"builder"
|
"builder" {< "0.2.0"}
|
||||||
"dream" {>= "1.0.0~alpha2"}
|
"dream" {>= "1.0.0~alpha2"}
|
||||||
"bos"
|
"bos"
|
||||||
"hex"
|
"hex"
|
||||||
|
|
38
packages/builder.0.2.0~dev/opam
Normal file
38
packages/builder.0.2.0~dev/opam
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
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"}
|
||||||
|
"dune" {>= "2.0.0"}
|
||||||
|
"asn1-combinators"
|
||||||
|
"bheap"
|
||||||
|
"bos"
|
||||||
|
"cmdliner"
|
||||||
|
"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"
|
||||||
|
}
|
Loading…
Reference in a new issue