opam-version: "2.0" maintainer: "Reynir Björnsson " authors: ["Reynir Björnsson "] 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} ["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"} ["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"} ] depends: [ "builder" "dream" {>= "1.0.0~alpha2"} "cstruct" {>= "6.0.0"} "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" "tyxml" "ptime" "duration" "rresult" "mirage-crypto" "asn1-combinators" "logs" "cmdliner" "uri" "fmt" {>= "0.8.7"} "omd" ] synopsis: "Web interface for builder"