this repo has no description

2 packages from charlesetc/feather at 0.3.0

Changed files
+74
packages
feather
feather.0.3.0
feather_async
feather_async.0.3.0
+38
packages/feather/feather.0.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "A minimal shell interface"
+
maintainer: ["charles@nrwhl.xyz"]
+
authors: ["Charles Chamberlain"]
+
license: "MIT"
+
homepage: "https://github.com/charlesetc/feather"
+
doc: "https://www.charlesetc.com/feather/feather/Feather/index.html"
+
bug-reports: "https://github.com/charlesetc/feather/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.7"}
+
"base"
+
"ppx_expect"
+
"stdio"
+
"spawn"
+
"odoc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/charlesetc/feather.git"
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src: "https://github.com/charlesetc/feather/archive/0.3.0.tar.gz"
+
checksum: [
+
"md5=b11b6288db11ef09d67d95f6af93015e"
+
"sha512=d3f2c03bbd12fa2aefa109a2860c7ef133ab861990b6b72a67e6a2cdee05db2b2c5344a1398e3436eaa68c62c16b7a7414b5d7443c51643ad183bf82b3f1a4ec"
+
]
+
}
+36
packages/feather_async/feather_async.0.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Async interface to Feather"
+
maintainer: ["charles@nrwhl.xyz"]
+
authors: ["Charles Chamberlain"]
+
license: "MIT"
+
homepage: "https://github.com/charlesetc/feather"
+
bug-reports: "https://github.com/charlesetc/feather/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"feather" {= "0.3.0"}
+
"dune" {>= "2.7"}
+
"base"
+
"async"
+
"odoc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/charlesetc/feather.git"
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src: "https://github.com/charlesetc/feather/archive/0.3.0.tar.gz"
+
checksum: [
+
"md5=b11b6288db11ef09d67d95f6af93015e"
+
"sha512=d3f2c03bbd12fa2aefa109a2860c7ef133ab861990b6b72a67e6a2cdee05db2b2c5344a1398e3436eaa68c62c16b7a7414b5d7443c51643ad183bf82b3f1a4ec"
+
]
+
}