Skip to content

Commit

Permalink
Merge pull request ocaml#236 from yomimono/add-mirage-dns
Browse files Browse the repository at this point in the history
add mirage-dns w/modern deps
  • Loading branch information
yomimono authored Dec 6, 2016
2 parents 74cdad2 + dcf925c commit b30bb33
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/mirage-dns/mirage-dns.dev~mirage/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "1.2"
maintainer: "anil@recoil.org"
homepage: "https://github.com/mirage/ocaml-dns"
dev-repo: "https://github.com/mirage/ocaml-dns.git"
bug-reports: "https://github.com/mirage/ocaml-dns/issues"
license: "ISC"
authors: [
"Anil Madhavapeddy"
"Tim Deegan"
"Richard Mortier"
"Haris Rotsos"
"David Sheets"
"Thomas Gazagnaire"
"Luke Dunstan"
]

build: ["ocamlfind" "query" "dns.mirage"]
depends: [
"ocamlfind"
"dns" {>= "0.18.1"}
"mirage-types-lwt" {>= "3.0.0"}
"lwt" {>= "2.4.3"}
"cstruct" {>= "2.0.0"}
]
available: [ocaml-version >= "4.03.0"]
1 change: 1 addition & 0 deletions packages/mirage-dns/mirage-dns.dev~mirage/url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git: "git://github.com/mirage/ocaml-dns.git"

0 comments on commit b30bb33

Please sign in to comment.