this repo has no description
1opam-version: "2.0"
2synopsis: "A minimal shell interface"
3maintainer: ["charles@nrwhl.xyz"]
4authors: ["Charles Chamberlain"]
5license: "MIT"
6homepage: "https://github.com/charlesetc/feather"
7doc: "https://www.charlesetc.com/feather/feather/Feather/index.html"
8bug-reports: "https://github.com/charlesetc/feather/issues"
9depends: [
10 "ocaml" {>= "4.08"}
11 "dune" {>= "2.7"}
12 "base" {>= "v0.14.0" & < "v0.17"}
13 "ppx_expect" {>= "v0.14.0"}
14 "stdio" {>= "v0.14.0"}
15 "spawn" {>= "v0.13.0"}
16 "odoc" {with-doc}
17]
18dev-repo: "git+https://github.com/charlesetc/feather.git"
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@doc" {with-doc}
30 ]
31]
32url {
33 src: "https://github.com/charlesetc/feather/archive/0.3.0.tar.gz"
34 checksum: [
35 "md5=b11b6288db11ef09d67d95f6af93015e"
36 "sha512=d3f2c03bbd12fa2aefa109a2860c7ef133ab861990b6b72a67e6a2cdee05db2b2c5344a1398e3436eaa68c62c16b7a7414b5d7443c51643ad183bf82b3f1a4ec"
37 ]
38}