|
| 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.1/dns-10.2.1.tbz" |
| 59 | + checksum: [ |
| 60 | + "sha256=b488cf4c514fd57d4a2cb29b99d4234ae6845eff0d5e79b1059f779f7342478a" |
| 61 | + "sha512=85a7607aee53e5e8a585938c2ab2405a702a1cafbadb609261f27bc7657af8f852d79e9fa014ff79fb1d143e2a77eb7e9c675cdef17b8e9a231295fdb8ce7d79" |
| 62 | + ] |
| 63 | +} |
| 64 | +x-commit-hash: "3990bab3064ac2ed3dffbb9aad5831ea19f8571c" |
0 commit comments