Skip to content

Commit 232a37e

Browse files
authored
Merge pull request ocaml#26922 from dkalinichenko-js/opam-publish-typerep.v0.17.1
Package typerep.v0.17.1
2 parents 9f26a21 + 4a092d7 commit 232a37e

File tree

1 file changed

+26
-0
lines changed
  • packages/typerep/typerep.v0.17.1

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
opam-version: "2.0"
2+
maintainer: "Jane Street developers"
3+
authors: ["Jane Street Group, LLC"]
4+
homepage: "https://github.com/janestreet/typerep"
5+
bug-reports: "https://github.com/janestreet/typerep/issues"
6+
dev-repo: "git+https://github.com/janestreet/typerep.git"
7+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/typerep/index.html"
8+
license: "MIT"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "5.1.0"}
14+
"base" {>= "v0.17" & < "v0.18"}
15+
"dune" {>= "3.11.0"}
16+
]
17+
available: arch != "arm32" & arch != "x86_32"
18+
synopsis: "Typerep is a library for runtime types"
19+
url {
20+
src:
21+
"https://github.com/janestreet/typerep/archive/refs/tags/v0.17.1.tar.gz"
22+
checksum: [
23+
"md5=1123cda36764ea0a286af25308d1c3e4"
24+
"sha512=e81434ced58ab1cf3cb61d0e2c2106d81c81fe040130cfe07bb79dc3dcc834b1f51dec0faf50e06ccf8cac831e39f31a2ff4ca3dabef7bbaa61f85f13d7f44f5"
25+
]
26+
}

0 commit comments

Comments
 (0)