this repo has no description

Merge pull request #22279 from rgrinberg/release-stdint-0.7.1

[new release] stdint (0.7.1)

Kate dc22833b 3530927c

Changed files
+51
packages
stdint
stdint.0.7.1
+51
packages/stdint/stdint.0.7.1/opam
···
+
opam-version: "2.0"
+
maintainer: ["Markus W. Weissmann <markus.weissmann@in.tum.de>"]
+
authors: [
+
"Andre Nathan <andre@digirati.com.br>"
+
"Jeff Shaw <shawjef3@msu.edu>"
+
"Markus W. Weissmann <markus.weissmann@in.tum.de>"
+
"Florian Pichlmeier <florian.pichlmeier@mytum.de>"
+
]
+
bug-reports: "https://github.com/andrenth/ocaml-stdint/issues"
+
homepage: "https://github.com/andrenth/ocaml-stdint"
+
doc: "https://andrenth.github.io/ocaml-stdint/"
+
license: "MIT"
+
dev-repo: "git+https://github.com/andrenth/ocaml-stdint.git"
+
synopsis: "Signed and unsigned integer types having specified widths"
+
description: """
+
The stdint library provides signed and unsigned integer types of various fixed
+
widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bit.
+
+
This interface is similar to Int32 and Int64 from the base library but provides
+
more functions and constants like arithmetic and bit-wise operations, constants
+
like maximum and minimum values, infix operators conversion to and from every
+
other integer type (including int, float and nativeint), parsing from and
+
conversion to readable strings (binary, octal, decimal, hexademical), conversion
+
to and from buffers in both big endian and little endian byte order."""
+
depends: [
+
"ocaml" {>= "4.03"}
+
"qcheck" {with-test}
+
"dune" {>= "1.10"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
url {
+
src:
+
"https://github.com/andrenth/ocaml-stdint/releases/download/0.7.1/stdint-0.7.1.tbz"
+
checksum: [
+
"sha256=3387ca659b500efd83bb52792d61e56ba2f8bf7198f488ae35daf499d73396b4"
+
"sha512=c594b88848f9119cb9401e21cc6b464913d0f6d058ea60424dde367c072aac541371ee3f70c87f19232cba9328f44a4ec3c925eebb0992fce662ebddd9a0e579"
+
]
+
}
+
x-commit-hash: "e9ed8e84e730ca8f3750e2a82cd5b46c2ea70d9a"