Skip to content

Commit 350ebbd

Browse files
committed
Package subprocess.0.2.1
1 parent 39968cb commit 350ebbd

File tree

1 file changed

+40
-0
lines changed
  • packages/subprocess/subprocess.0.2.1

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
}

0 commit comments

Comments
 (0)