Skip to content

Commit

Permalink
opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
camlspotter committed Feb 15, 2013
1 parent 6184d2c commit 0edc0ab
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions opam/ocaml-hoogle.1.0.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
OCaml API Search
OCaml API search allows you to search many standard O'Caml libraries
by either function name, or by approximate type signature. It is based
on O'Caml Browser.

It is similar to Hoogle, which is a Haskell API search engine.
12 changes: 12 additions & 0 deletions opam/ocaml-hoogle.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
opam-version: "1"
maintainer: "jun.furuse@gmail.com"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-install"]
]
remove: [
["ocaml" "setup.ml" "-uninstall"]
]
depends: [ "ocamlfind" "omake" "ounit" "CamlGI" "extlib"]
ocaml-version: [= "4.00.1"]
6 changes: 6 additions & 0 deletions opam/template/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
OCaml API Search
OCaml API search allows you to search many standard O'Caml libraries
by either function name, or by approximate type signature. It is based
on O'Caml Browser.

It is similar to Hoogle, which is a Haskell API search engine.
2 changes: 2 additions & 0 deletions opam/template/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
depends: [ "ocamlfind" "omake" "ounit" "CamlGI" "extlib"]
ocaml-version: [= "4.00.1"]

0 comments on commit 0edc0ab

Please sign in to comment.