Skip to content

Commit cb2ac0b

Browse files
authored
Update packages/subprocess/subprocess.0.2.1/opam
1 parent 350ebbd commit cb2ac0b

File tree

1 file changed

+5
-1
lines changed
  • packages/subprocess/subprocess.0.2.1

1 file changed

+5
-1
lines changed

packages/subprocess/subprocess.0.2.1/opam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
33
synopsis: "Nice interfaces handling I/O with Unix commands"
4-
description: "A longer description is in the README"
4+
description: """
5+
Subprocess is a library for safely and (relatively) easily working launching processes with commands on Unix systems, with a focus on I/O. It is intended to be easier to use than the Unix module.
6+
7+
Checkout the documentation at https://ninjaaron.github.io/ocaml-subprocess/subprocess/index.html
8+
"""
59
maintainer: ["Aaron Christianson"]
610
authors: ["Aaron Christianson"]
711
license: "MPL-2.0"

0 commit comments

Comments
 (0)