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