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
# 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: """
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