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"
7bug-reports: "https://github.com/charlesetc/feather/issues"
8depends: [
9 "ocaml" {>= "4.08"}
10 "dune" {>= "2.7"}
11 "base" {>= "v0.14.0" & < "v0.17"}
12 "ppx_expect" {>= "v0.14.0"}
13 "stdio" {>= "v0.14.0"}
14 "spawn" {>= "v0.13.0"}
15 "odoc" {with-doc}
16]
17dev-repo: "git+https://github.com/charlesetc/feather.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/archive/0.2.0.tar.gz"
33 checksum: [
34 "md5=3717dc8a034b9b1d9690e98e44c75827"
35 "sha512=51b4161fec3eaa36c74367e9cee3ba72be1b7f5260e9c69609994e73617db9fa1e6d7e9c89f102fcdfaf076ff82b1a21536386564223b29aa8e41d792a29eed7"
36 ]
37}