Skip to content

Commit

Permalink
+integers-windows.0.7.0 (ocaml-cross#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Feb 26, 2024
1 parent 230f49e commit 8959131
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integers-windows/integers-windows.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml-windows"
"ocaml-windows" {>= "4.02" & < "5.0"}
"dune"
]
doc: "http://ocamllabs.github.io/ocaml-integers/api.docdir/"
Expand Down
27 changes: 27 additions & 0 deletions packages/integers-windows/integers-windows.0.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
maintainer: "yallop@gmail.com"
authors: ["Jeremy Yallop"
"Demi Obenour"
"Stephane Glondu"
"Andreas Hauptmann"]
homepage: "https://github.com/yallop/ocaml-integers"
bug-reports: "https://github.com/yallop/ocaml-integers/issues"
dev-repo: "git+https://github.com/yallop/ocaml-integers.git"
license: "MIT"

build: [
["dune" "build" "-p" "integers" "-x" "windows" "-j" jobs]
]

depends: [
"ocaml-windows" {>= "4.03"}
"dune" {>= "1.0"}
"stdlib-shims"
"stdlib-shims-windows"
]
doc: "http://yallop.github.io/ocaml-integers/api.docdir/"
synopsis: "Various signed and unsigned integer types for OCaml"
url {
src: "https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz"
checksum: "md5=201cf24143d7cb9a3921d572b6e6c42c"
}

0 comments on commit 8959131

Please sign in to comment.