-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
34 lines (34 loc) · 1 KB
/
opam
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
opam-version: "2.0"
maintainer: "Jane Street developers"
homepage: "https://github.com/janestreet/bin_prot"
license: "Apache-2.0"
build: [
[make]
]
remove: [["ocamlfind" "remove" "bin_prot"]]
depends: [
"ocaml" {< "4.03"}
"camlp4"
"ocamlfind"
"type_conv" {= "109.53.00"}
"ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/bin_prot/issues"
dev-repo: "git+https://github.com/janestreet/bin_prot.git"
install: [[make "install"]]
authors: ["Jane Street Group, LLC"]
synopsis: "A binary protocol generator"
description: """
Part of Jane Street’s Core library
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml."""
flags: light-uninstall
url {
src:
"https://ocaml.janestreet.com/ocaml-core/109.53.00/individual/bin_prot-109.53.00.tar.gz"
checksum: [
"sha256=a3b87c629646cb127bbd08a36d7d8e70bbfb1d198448d833ed6377baf12446f4"
"md5=7a2ec73b293d69a4d7822fc2a2e4f0ae"
]
}