this repo has no description
1opam-version: "2.0" 2maintainer: "orbitz@gmail.com" 3build: [ 4 [make "-j1"] 5] 6 7install: [ 8 [make "PREFIX=%{prefix}%" "install"] 9] 10 11remove: [ 12 [make "PREFIX=%{prefix}%" "remove"] 13] 14 15depends: [ 16 "ocaml" {>= "4.02"} 17 "crunch" 18 "ocamlfind" 19 "toml" {>= "4.0.0" & < "6.0"} 20] 21authors: [ 22 "dklee@dklee.org" 23 "orbitz@gmail.com" 24] 25 26homepage: "https://bitbucket.org/mimirops/pds" 27bug-reports: "https://bitbucket.org/mimirops/pds/issues" 28dev-repo: "git+https://bitbucket.org/mimirops/pds.git" 29synopsis: "A tool to build Makefiles for Ocaml projects" 30url { 31 src: "https://bitbucket.org/mimirops/pds/get/3.0.4.tar.gz" 32 checksum: [ 33 "sha256=cc47025be0b00320631a90847d8ec13ba59b55ffbfe11b647885b3281df6be83" 34 "md5=e74579a54c589cd36cde64e8c0eb1c5b" 35 ] 36}