···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33synopsis: "Nice interfaces handling I/O with Unix commands"
44-description: "A longer description is in the README"
44+description: """
55+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.
66+77+Checkout the documentation at https://ninjaaron.github.io/ocaml-subprocess/subprocess/index.html
88+"""
59maintainer: ["Aaron Christianson"]
610authors: ["Aaron Christianson"]
711license: "MPL-2.0"