File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
packages/typerep/typerep.v0.17.1 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments