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