-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathopam
More file actions
39 lines (39 loc) · 1.01 KB
/
opam
File metadata and controls
39 lines (39 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
opam-version: "2.0"
synopsis: "Extensible buffers built on top of bigarrays"
maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
authors: ["Anurag Soni"]
license: "MIT"
homepage: "https://github.com/anuragsoni/h1"
doc: "https://anuragsoni.github.io/h1"
bug-reports: "https://github.com/anuragsoni/h1/issues"
depends: [
"dune" {>= "2.8"}
"base_bigstring"
"alcotest" {with-test}
"ocaml" {>= "4.11.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/anuragsoni/h1.git"
x-commit-hash: "d659ad37f1222523725e8f37f6250de549f64112"
url {
src:
"https://github.com/anuragsoni/h1/releases/download/0.0.2/h1-0.0.2.tbz"
checksum: [
"sha256=6de8da90c7442c69d3ff2d82c393804dae4e90fe3abd963a896e825669c95dfd"
"sha512=496184c91b228dd19fa2074ca091b887b0d148af4207ebedfbad8b95582a600f13ba61c2c68bd316a5f74e69c1b964f5c690f5b212b29b80235e23958969c12e"
]
}