Skip to content

Commit

Permalink
Merge pull request ocaml#26922 from dkalinichenko-js/opam-publish-typ…
Browse files Browse the repository at this point in the history
…erep.v0.17.1

Package typerep.v0.17.1
  • Loading branch information
mseri authored Nov 21, 2024
2 parents 9f26a21 + 4a092d7 commit 232a37e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/typerep/typerep.v0.17.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/janestreet/typerep"
bug-reports: "https://github.com/janestreet/typerep/issues"
dev-repo: "git+https://github.com/janestreet/typerep.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/typerep/index.html"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "5.1.0"}
"base" {>= "v0.17" & < "v0.18"}
"dune" {>= "3.11.0"}
]
available: arch != "arm32" & arch != "x86_32"
synopsis: "Typerep is a library for runtime types"
url {
src:
"https://github.com/janestreet/typerep/archive/refs/tags/v0.17.1.tar.gz"
checksum: [
"md5=1123cda36764ea0a286af25308d1c3e4"
"sha512=e81434ced58ab1cf3cb61d0e2c2106d81c81fe040130cfe07bb79dc3dcc834b1f51dec0faf50e06ccf8cac831e39f31a2ff4ca3dabef7bbaa61f85f13d7f44f5"
]
}

0 comments on commit 232a37e

Please sign in to comment.