You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/subprocess/subprocess.0.2.1/opam
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
3
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
0 commit comments