Skip to content

Commit

Permalink
Add opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
slegrand45 committed Oct 27, 2015
1 parent dc3a27c commit ae1abef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
opam-version: "1.2"
name: "mysql_protocol"
version: "1.1"
maintainer: "Stéphane Legrand <[email protected]>"
authors: "Stéphane Legrand <[email protected]>"
homepage: "https://github.com/slegrand45/mysql_protocol"
bug-reports: "https://github.com/slegrand45/mysql_protocol/issues"
license: "LGPL"
dev-repo: "https://github.com/slegrand45/mysql_protocol"
build: [
[make "all"]
]
install: [make "install"]
remove: [make "deinstall"]
depends: [
"ocamlfind"
"cryptokit"
"bitstring"
]
available: [ ocaml-version >= "4.00.0" ]

0 comments on commit ae1abef

Please sign in to comment.