opam-version: "2.0" authors: "Steffen Smolka " maintainer: "Steffen Smolka " homepage: "https://github.com/smolkaj/ocaml-open" bug-reports: "https://github.com/smolkaj/ocaml-open/issues" dev-repo: "git+https://github.com/smolkaj/ocaml-open.git" build: [ ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ["jbuilder" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] depends: [ "ocaml" {>= "4.02.3"} "jbuilder" {>= "1.0+beta7"} ] synopsis: "Conveniently open files such as PDFs in their default applications." url { src: "https://github.com/smolkaj/ocaml-open/archive/v0.2.0.tar.gz" checksum: [ "sha256=a4e248163b215e70035bc7f387c32f8d34d1f2594a65a2a1a5eda1fff4a0fb38" "md5=3cd2b960c7f7d035ca650b3a9af2cb01" ] }