opam-version: "2.0"
maintainer: "orbitz@gmail.com"
build: [
	[make "-j1"]
]

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/4.13.tar.gz"
  checksum: "md5=b26c3821216d8b195cd6150b41071958"
}
