opam-version: "2.0"
maintainer: "orbitz@gmail.com"
build: [
	[make "-j%{jobs}%"]
]

install: [
	[make "PREFIX=%{prefix}%" "install"]
]

remove: [
	[make "PREFIX=%{prefix}%" "remove"]
]

depends: [
  "ocaml"
  "core" {< "v0.9"}
  "ocamlfind"
  "pds"
  "process"
  "toml" {< "6.0"}
]
authors: [
	"dklee@dklee.org"
	"orbitz@gmail.com"
]

homepage: "https://bitbucket.org/mimirops/hll"
bug-reports: "https://bitbucket.org/mimirops/hll/issues"
dev-repo: "git+ssh://git@bitbucket.org/mimirops/hll.git"
synopsis: "Create opam package files from a repository"
url {
  src: "https://bitbucket.org/mimirops/hll/get/2.6.tar.gz"
  checksum: "md5=9383baedd9b2d4450df3690827dca1fb"
}
