this repo has no description
1opam-version: "2.0" 2synopsis: "A very minimal shell interface" 3maintainer: ["charles@nrwhl.xyz"] 4authors: ["Charles Chamberlain"] 5license: "MIT" 6homepage: "https://hg.sr.ht/~etc/feather" 7bug-reports: "https://todo.sr.ht/~etc/feather" 8depends: [ 9 "ocaml" 10 "dune" {>= "2.6"} 11 "core" {>= "v0.13.0" & < "v0.15"} 12 "spawn" {>= "v0.13.0" & < "v0.15"} 13 "ppx_expect" {>= "v0.13.0" & < "v0.15"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@doc" {with-doc} 26 ] 27] 28url { 29 src: 30 "https://hg.sr.ht/~etc/opam-tarfiles/raw/feather-0.1.0.tar.gz?rev=3d84400c4c9721c9ec7fcdb1748c07c29bdfa1d3" 31 checksum: [ 32 "sha256=3844cbac432fe87a54c4b1a62ad2032f3b2bd319a2d55d5851a8c4b3d9862d74" 33 "md5=d47b034d0871ea6936bd235e45eaced2" 34 ] 35}