File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/subprocess/subprocess.0.2.1 Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Nice interfaces handling I/O with Unix commands"
4+ description: "A longer description is in the README"
5+ maintainer: ["Aaron Christianson"]
6+ authors: ["Aaron Christianson"]
7+ license: "MPL-2.0"
8+ tags: ["unix" "processes" "io" "commands"]
9+ homepage: "https://github.com/ninjaaron/ocaml-subprocess"
10+ doc: "https://github.com/ninjaaron/ocaml-subprocess"
11+ bug-reports: "https://github.com/ninjaaron/ocaml-subprocess/issues"
12+ depends: [
13+ "ocaml" {>= "5.1"}
14+ "dune" {>= "3.7"}
15+ "ppx_expect" {with-test}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+ dev-repo: "git+https://github.com/ninjaaron/ocaml-subprocess.git"
33+ url {
34+ src:
35+ "https://github.com/ninjaaron/ocaml-subprocess/archive/refs/tags/0.2.1.tar.gz"
36+ checksum: [
37+ "md5=01bd4eb8585102758c19d104aa59365f"
38+ "sha512=85c06ec131d4ac448a47a7e68a6a0910efe456c84338d556f70e09aa0caf247bf97950fb0ab8c0dd134c585bcf152ea5cbbdcb5c05860e6459af0af50c1123e7"
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments