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 "ocamlfind" 18 "toml" {>= "4.0.0" & < "6.0"} 19 "crunch" {build} 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.2.tar.gz" 32 checksum: [ 33 "sha256=c2816714096d15c64a3b200726b8370fe9327e9044eb8d344fd9225c13cff9d8" 34 "md5=3e041e802864117de212816c104e307a" 35 ] 36}