opam-version: "1.2"
name: "ocplib-simplex"
version: "0.2+"

authors: "Mohamed Iguernlala <mohamed.iguernlala@ocamlpro.com>"
maintainer: "Mohamed Iguernlala <mohamed.iguernlala@ocamlpro.com>"

license: "LGPL version 2.1"
homepage: "https://github.com/OCamlPro-Iguernlala/ocplib-simplex"

bug-reports: "https://github.com/OCamlPro-Iguernlala/ocplib-simplex/issues"
dev-repo: "https://github.com/OCamlPro-Iguernlala/ocplib-simplex.git"


build:[
        ["autoconf"]
        ["./configure"]
	[make]
]


install:[
	[make "install"]
]

remove:[
        ["ocamlfind" "remove" "ocplib-simplex"]
]

depends: [
  "ocamlfind" {build}
  "conf-autoconf" {build}
]

available: [ ocaml-version >= "4.01.0" ]