opam-version: "2.0"
synopsis:
  "Async interface to Feather, a library for executing shell commands easily"
maintainer: ["charles@nrwhl.xyz"]
authors: ["Charles Chamberlain"]
license: "MIT"
depends: [
  "dune" {>= "2.6"}
  "base" {>= "v0.13.0"}
  "async" {>= "v0.13.0"}
  "feather" {= version}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@doc" {with-doc}
  ]
]
url {
  src: "https://hg.sr.ht/~etc/opam-tarfiles/raw/feather_async-0.1.0.tar.gz?rev=3d84400c4c9721c9ec7fcdb1748c07c29bdfa1d3"
  checksum: "md5=7b66f78008f85a12833663b38b182acf"
}
