this repo has no description
1opam-version: "2.0" 2maintainer: "Reynir Björnsson <reynir@reynir.dk>" 3authors: ["Reynir Björnsson <reynir@reynir.dk>"] 4homepage: "https://github.com/robur-coop/builder-web" 5dev-repo: "git+https://github.com/robur-coop/builder-web.git" 6bug-reports: "https://github.com/robur-coop/builder-web/issues" 7license: "ISC" 8 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13 ["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"} 14 ["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"} 15] 16 17depends: [ 18 "ocaml" {>= "4.10.0"} 19 "dune" {>= "2.7.0"} 20 "builder" {>= "0.2.0"} 21 "dream" {>= "1.0.0~alpha2" & < "1.0.0~alpha3"} 22 "cstruct" {>= "6.0.0"} 23 "bos" 24 "hex" 25 "lwt" {>= "5.3.0"} 26 "caqti" {< "1.7.0"} 27 "caqti-lwt" {< "1.7.0"} 28 "caqti-driver-sqlite3" {< "1.7.0"} 29 "pbkdf" 30 "mirage-crypto-rng" {< "1.0.0"} 31 "scrypt-kdf" 32 "alcotest" {with-test} 33 "opam-core" 34 "opam-format" {>= "2.1.0"} 35 "metrics" {>= "0.3.0"} 36 "metrics-lwt" {>= "0.3.0"} 37 "metrics-influx" {>= "0.3.0"} 38 "metrics-rusage" {>= "0.3.0"} 39 "ipaddr" 40 "tyxml" {>= "4.3.0"} 41 "ptime" 42 "duration" 43 "mirage-crypto" {< "1.0.0"} 44 "asn1-combinators" {< "0.3.0"} 45 "logs" 46 "cmdliner" {< "1.1.0"} 47 "uri" 48 "fmt" {>= "0.8.7"} 49 "omd" 50] 51 52synopsis: "Web interface for builder" 53description: """ 54Builder-web takes in submissions of builds, typically from [builder](https://github.com/robur-coop/builder/), and displays the produced artifacts in a way that makes it easy to compare checksums and build status. 55Produced binaries can be downloaded and executed. 56[builds.robur.coop](https://builds.robur.coop/) itself runs builder-web. 57""" 58url { 59 src: 60 "https://github.com/robur-coop/builder-web/releases/download/v0.1.0/builder-web-v0.1.0.tbz" 61 checksum: [ 62 "sha256=aaf4964cb2f82bfd260cf501e5dd16629193c8f761b9bc7556bdf1e904dbfa19" 63 "sha512=f5dadeccead601f0b230d8bdd4ddde842ce4e353dcf38eb317e33d4a8ee9adda9aaae642277c75b460331ace8075bdc41ce0130ab045c97410a5f40aa3ea384c" 64 ] 65} 66x-commit-hash: "294a46df866347c2bc3c7f834f6de61182d61554"