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