Skip to content

Commit

Permalink
Adding an opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep Gowda committed May 28, 2015
1 parent 091f420 commit 0230cf9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions opam
@@ -0,0 +1,15 @@
opam-version: "1.2"
name: "jingoo"
version: "0.1"
maintainer: "Masaki WATANABE <lambda.watanabe[at]gmail.com>"
authors: "Masaki WATANABE <lambda.watanabe[at]gmail.com>"
homepage: "https://github.com/tategakibunko/jingoo"
bug-reports: "https://github.com/tategakibunko/jingoo/issues"
dev-repo: "git@github.com:tategakibunko/jingoo.git"
license: "BSD-3"
build: [
[make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "jingoo"]
depends: ["ocamlfind" "pcre" "batteries" "ounit"]

0 comments on commit 0230cf9

Please sign in to comment.