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