this repo has no description
1opam-version: "2.0" 2authors: "Steffen Smolka <smolka@cs.cornell.edu>" 3maintainer: "Steffen Smolka <smolka@cs.cornell.edu>" 4homepage: "https://github.com/smolkaj/ocaml-open" 5bug-reports: "https://github.com/smolkaj/ocaml-open/issues" 6dev-repo: "git+https://github.com/smolkaj/ocaml-open.git" 7build: [ 8 ["jbuilder" "build" "-p" name "-j" jobs] 9 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 10 ["jbuilder" "build" "@doc" "-p" name "-j" jobs] {with-doc} 11] 12depends: [ 13 "ocaml" {>= "4.02.3"} 14 "jbuilder" {>= "1.0+beta7"} 15] 16synopsis: 17 "Conveniently open files such as PDFs in their default applications." 18url { 19 src: "https://github.com/smolkaj/ocaml-open/archive/v0.2.0.tar.gz" 20 checksum: [ 21 "sha256=a4e248163b215e70035bc7f387c32f8d34d1f2594a65a2a1a5eda1fff4a0fb38" 22 "md5=3cd2b960c7f7d035ca650b3a9af2cb01" 23 ] 24}