Skip to content

Commit

Permalink
Merge pull request ocaml#1074 from camlunity/master
Browse files Browse the repository at this point in the history
+ geoip 0.0.2
  • Loading branch information
samoht committed Sep 9, 2013
2 parents 20e2e9d + ea24e74 commit 8836294
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/geoip.0.0.2/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bindings to GeoIP database library.
GeoIP lets you discover information about a specific IP address.
22 changes: 22 additions & 0 deletions packages/geoip.0.0.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "1"
maintainer: "[email protected]"
homepage: "http://geoip.forge.ocamlcore.org"
doc: "http://geoip.forge.ocamlcore.org/api/index.html"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-install"]
]
build-doc: [
["ocaml" "setup.ml" "-doc"]
]
(*
interactive
build-test: [
["ocaml" "setup.ml" "-test"]
]
*)
remove: [
["ocamlfind" "remove" "geoip"]
]
depends: ["ocamlfind"]
2 changes: 2 additions & 0 deletions packages/geoip.0.0.2/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://forge.ocamlcore.org/frs/download.php/1247/ocaml-geoip-0.0.2.tar.gz"
checksum: "baae04937a9d0fd02cc531b600a080b2"

0 comments on commit 8836294

Please sign in to comment.