|
| 1 | +opam-version: "2.0" |
| 2 | +maintainer: "team AT robur dot coop" |
| 3 | +authors: ["Hannes Mehnert < [email protected]>"] |
| 4 | +homepage: "https://github.com/mirage/ocaml-dns" |
| 5 | +doc: "https://mirage.github.io/ocaml-dns/" |
| 6 | +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" |
| 7 | +bug-reports: "https://github.com/mirage/ocaml-dns/issues" |
| 8 | +license: "BSD-2-Clause" |
| 9 | + |
| 10 | +depends: [ |
| 11 | + "dune" {>= "2.8.0"} |
| 12 | + "ocaml" {>= "4.13.0"} |
| 13 | + "dns" {= version} |
| 14 | + "dnssec" {= version} |
| 15 | + "dns-tsig" {= version} |
| 16 | + "dns-client-lwt" {= version} |
| 17 | + "dns-server" {= version} |
| 18 | + "dns-certify" {= version} |
| 19 | + "dns-resolver" {= version} |
| 20 | + "bos" {>= "0.2.0"} |
| 21 | + "cmdliner" {>= "1.1.0"} |
| 22 | + "fpath" {>= "0.7.2"} |
| 23 | + "x509" {>= "1.0.0"} |
| 24 | + "mirage-crypto" {>= "1.0.0"} |
| 25 | + "mirage-crypto-pk" {>= "1.0.0"} |
| 26 | + "mirage-crypto-rng" {>= "2.0.0"} |
| 27 | + "mirage-mtime" {>= "5.0.0"} |
| 28 | + "mtime" {>= "2.1.0"} |
| 29 | + "ptime" {>= "1.2.0"} |
| 30 | + "tcpip" {>= "8.2.0"} |
| 31 | + "ohex" {>= "0.2.0"} |
| 32 | + "logs" {>= "0.6.3"} |
| 33 | + "fmt" {>= "0.8.8"} |
| 34 | + "ipaddr" {>= "4.0.0"} |
| 35 | + "lwt" {>= "4.0.0"} |
| 36 | + "randomconv" {>= "0.2.0"} |
| 37 | + "metrics" {>= "0.5.0"} |
| 38 | + "alcotest" {with-test} |
| 39 | +] |
| 40 | + |
| 41 | +build: [ |
| 42 | + ["dune" "subst"] {dev} |
| 43 | + ["dune" "build" "-p" name "-j" jobs] |
| 44 | + ["dune" "runtest" "-p" name "-j" jobs] {with-test} |
| 45 | +] |
| 46 | + |
| 47 | +synopsis: "Unix command line utilities using uDNS" |
| 48 | +description: """ |
| 49 | +'oupdate' sends a DNS update frome to a DNS server that sets 'hostname A ip'. |
| 50 | +For authentication via TSIG, a hmac secret needs to be provided. |
| 51 | + |
| 52 | +'ocertify' updates DNS with a certificate signing request, and polls a matching |
| 53 | +certificate. Best used with an letsencrypt unikernel. |
| 54 | +""" |
| 55 | +x-maintenance-intent: [ "(latest)" ] |
| 56 | +url { |
| 57 | + src: |
| 58 | + "https://github.com/mirage/ocaml-dns/releases/download/v10.2.2/dns-10.2.2.tbz" |
| 59 | + checksum: [ |
| 60 | + "sha256=5123d7167f5fb3a5ab70cf0b3ccc965089ec440dc07edeabf8c0568ee737a7f0" |
| 61 | + "sha512=4e5945435f280591c158ab03fec19dc0c807fb713d6ee68873939899c49175f39af1fbcd135517514a3ab088993356a4c303f7dce5e18d403d4630a33bad9076" |
| 62 | + ] |
| 63 | +} |
| 64 | +x-commit-hash: "d84c3bc3a2e96f74d763d810317fcb297f42d72d" |
0 commit comments