Skip to content

Commit

Permalink
Package checked_oint.0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Jan 3, 2025
1 parent 306c328 commit 474b322
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/checked_oint/checked_oint.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "An OCaml library for checked integer arithmetic"
maintainer: ["hirrolot <[email protected]>"]
authors: ["hirrolot <[email protected]>"]
license: "MIT"
homepage: "https://github.com/hirrolot/checked_oint"
bug-reports: "https://github.com/hirrolot/checked_oint/issues"
depends: [
"ocaml" {>= "4.13"}
"dune" {>= "3.14"}
"ppx_deriving"
"ppx_enumerate"
"bisect_ppx"
"alcotest" {>= "1.7.0"}
"odoc" {with-doc}
]
available: arch != "arm32" & arch != "x86_32"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/hirrolot/checked_oint.git"
url {
src:
"https://github.com/hirrolot/checked_oint/releases/download/v0.4.1/checked_oint-0.4.1.tar.gz"
checksum: [
"md5=7cc551f2c16274151854a9b293f492ce"
"sha512=f10a671d50e278e0ae77d56004ef891b6a310d911e65351443653743c811c63fa5b7f2409d3977d1b5b0e905f0821814783016a41c6b2f1c5c03ce1f75859e94"
]
}

0 comments on commit 474b322

Please sign in to comment.