Skip to content

Commit

Permalink
Merge pull request ocaml#1399 from mirage/master
Browse files Browse the repository at this point in the history
+ipaddr.1.0.0
  • Loading branch information
avsm committed Dec 8, 2013
2 parents 764421e + 54338fe commit ef3be9c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ipaddr/ipaddr.1.0.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IP (and MAC) address representation library
19 changes: 19 additions & 0 deletions packages/ipaddr/ipaddr.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
opam-version: "1"
maintainer: "[email protected]"
authors: [
"David Sheets"
"Anil Madhavapeddy"
]
homepage: "https://github.com/mirage/ocaml-ipaddr"
license: "ISC"
tags: [
"org:mirage"
"org:xapi-project"
]
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
[make "build"]
[make "install"]
]
remove: [["ocamlfind" "remove" "ipaddr"]]
depends: ["ocamlfind"]
2 changes: 2 additions & 0 deletions packages/ipaddr/ipaddr.1.0.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/ocaml-ipaddr/archive/v1.0.0.tar.gz"
checksum: "f8fecbf017559e562abd9f7cca5f1043"

0 comments on commit ef3be9c

Please sign in to comment.