this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update packages/subprocess/subprocess.0.2.1/opam

authored by

Marcello Seri and committed by
GitHub
cb2ac0b9 350ebbdd

+5 -1
+5 -1
packages/subprocess/subprocess.0.2.1/opam
··· 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 8 + """ 5 9 maintainer: ["Aaron Christianson"] 6 10 authors: ["Aaron Christianson"] 7 11 license: "MPL-2.0"