You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
621 B
Plaintext

opam-version: "2.0"
homepage: "https://github.com/roburio/dns-web"
dev-repo: "git+https://github.com/roburio/dns-web.git"
bug-reports: "https://github.com/roburio/dns-web/issues"
doc: "https://roburio.github.io/dns-web/doc"
maintainer: [ "team@robur.coop" ]
authors: [ "Robur Team" ]
license: "AGPL-3.0-only"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7"}
"ppx_blob"
"logs"
"yojson"
"ppx_deriving_yojson"
]
conflicts: [
"result" {< "1.5"}
]
synopsis: "DNS web interface"