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"
7homepage: "https://github.com/charlesetc/feather_async"
8bug-reports: "https://github.com/charlesetc/feather_async"
9depends: [
10 "ocaml" {>= "4.08"}
11 "feather" {= version}
12 "dune" {>= "2.7"}
13 "base" {>= "v0.14"}
14 "async" {>= "v0.14"}
15 "odoc" {with-doc}
16]
17dev-repo: "git+https://github.com/charlesetc/feather_async.git"
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@doc" {with-doc}
29 ]
30]
31url {
32 src: "https://github.com/charlesetc/feather_async/archive/0.2.0.tar.gz"
33 checksum: [
34 "md5=1c707c846fd4651858d97dca15efc8ae"
35 "sha512=7e49515b2058f198a887ab729ba49899a88a400f92eba5906f9b7bb3e280b4c89043b00feac8fa46c6e1c81fbd6ba89f00a8ca3b62f7945971b4c83afa481389"
36 ]
37}