opam-version: "2.0"
maintainer: "orbitz@gmail.com"
build: [
  [make "-j%{jobs}%"]
  [make "-j%{jobs}%" "test"] {with-test}
]
install: [
	[make "PREFIX=%{prefix}%" "install"]
]

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

depends: [
  "ocaml" {>= "4.02"}
  "cmdliner"
  "crunch"
  "ocamlfind"
  "toml" {>= "4.0.0" & < "6.0"}
]
authors: [
	"dklee@dklee.org"
	"orbitz@gmail.com"
]

homepage: "https://bitbucket.org/mimirops/pds"
bug-reports: "https://bitbucket.org/mimirops/pds/issues"
dev-repo: "git+ssh://git@bitbucket.org/mimirops/pds.git"
synopsis: "A tool to build Makefiles for Ocaml projects"
url {
  src: "https://bitbucket.org/mimirops/pds/get/5.18.tar.gz"
  checksum: "md5=cdf053cf6e361f698f3aa77bdd37d0b8"
}
