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.1.tar.gz" checksum: [ "sha256=1c6cbfdc3fe0b8cd411c4b0bf8c6cbc2bcaf44492e767271d507154690d18b54" "md5=f09644454aee1b8908c082239e188638" ] }