Skip to content

Commit c65a2e1

Browse files
authored
Merge pull request #24755 from public-release/opam-publish-zarith_stubs_js.v0.16.1
Package zarith_stubs_js.v0.16.1
2 parents 55d43ac + 8537faa commit c65a2e1

File tree

1 file changed

+29
-0
lines changed
  • packages/zarith_stubs_js/zarith_stubs_js.v0.16.1

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
opam-version: "2.0"
2+
maintainer: "Jane Street developers"
3+
authors: ["Jane Street Group, LLC"]
4+
homepage: "https://github.com/janestreet/zarith_stubs_js"
5+
bug-reports: "https://github.com/janestreet/zarith_stubs_js/issues"
6+
dev-repo: "git+https://github.com/janestreet/zarith_stubs_js.git"
7+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/zarith_stubs_js/index.html"
8+
license: "MIT"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "4.14.0"}
14+
"dune" {>= "2.0.0"}
15+
]
16+
available: arch != "arm32" & arch != "x86_32"
17+
synopsis: "Javascripts stubs for the Zarith library"
18+
description: "
19+
This library contains no ocaml code, but instead implements
20+
all of the Zarith C stubs in Javascript for use in Js_of_ocaml
21+
"
22+
url {
23+
src:
24+
"https://github.com/janestreet/zarith_stubs_js/archive/refs/tags/v0.16.1.tar.gz"
25+
checksum: [
26+
"md5=e6e748e14c7699ad2c3baa8dff6907fa"
27+
"sha512=7ab808431ff5c5ab235911431e9afcf208f4f6bd7b552c1b3421e4dd1c1a02b23ba84c880c8a69856533e9221292351740f50a62d8e72c78a30be6372f5f2a20"
28+
]
29+
}

0 commit comments

Comments
 (0)