Skip to content

Commit

Permalink
+dns.0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Apr 19, 2014
1 parent 5654776 commit 0269857
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dns/dns.0.8.1/descr
@@ -0,0 +1 @@
DNS client and server implementation
31 changes: 31 additions & 0 deletions packages/dns/dns.0.8.1/opam
@@ -0,0 +1,31 @@
opam-version: "1"
maintainer: "anil@recoil.org"
authors: [
"Anil Madhavapeddy"
"Tim Deegan"
"Richard Mortier"
"Haris Rotsos"
"David Sheets"
"Thomas Gazagnaire"
]
homepage: "https://github.com/mirage/ocaml-dns"
license: "LGPL-2.0 &\n LGPL-2.1 with OCaml linking exception &\n ISC"
tags: [
"org:mirage"
"org:xapi-project"
]
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix "--%{base-unix:enable}%-lwt"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-install"]
]
remove: [["ocamlfind" "remove" "dns"]]
depends: [
"lwt" {>= "2.4.3"}
"cstruct" {>= "1.0.1"}
"ocamlfind"
"re"
"cmdliner"
"ipaddr" {>= "2.2.0"}
]
ocaml-version: [>= "4.00.0"]
2 changes: 2 additions & 0 deletions packages/dns/dns.0.8.1/url
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/ocaml-dns/archive/v0.8.1.tar.gz"
checksum: "da069afaaca54e845ddcbe0f9683c2f4"

0 comments on commit 0269857

Please sign in to comment.