opam-version: "2.0"
maintainer: "mathias bourgoin <mathias.bourgoin@univ-orleans.fr>"
authors: "mathias bourgoin"
homepage: "https://mathiasbourgoin.github.io/SPOC/"
bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues"
dev-repo: "git+https://github.com/mathiasbourgoin/SPOC.git"
license: "CeCILL-B"
build: [make "-C" "Spoc" "-j1"]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml" {>= "4.01.0" & < "4.08.0"}
  "camlp4"
  "ctypes"
  "ctypes-foreign"
]
synopsis: "High-level GPGPU programming library for OCaml."
description: """
Library :  spoc
by :	mathias bourgoin <mathias.bourgoin@univ-orleans.fr>"""
url {
  src: "https://github.com/mathiasbourgoin/SPOC/archive/20170724.tar.gz"
  checksum: "md5=96d5c838f1bb938d3dee6b7e61370df6"
}
