this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Async interface to Feather, a library for executing shell commands easily" 4maintainer: ["charles@nrwhl.xyz"] 5authors: ["Charles Chamberlain"] 6license: "MIT" 7depends: [ 8 "dune" {>= "2.6"} 9 "base" {>= "v0.13.0"} 10 "async" {>= "v0.13.0"} 11 "feather" {= version} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@doc" {with-doc} 24 ] 25] 26url { 27 src: 28 "https://hg.sr.ht/~etc/opam-tarfiles/raw/feather_async-0.1.0.tar.gz?rev=3d84400c4c9721c9ec7fcdb1748c07c29bdfa1d3" 29 checksum: [ 30 "sha256=6597517c670802486505ac8a57f874e0e1cadce222d11a170ac2d97df08d9871" 31 "md5=7b66f78008f85a12833663b38b182acf" 32 ] 33}