Skip to content

Commit 9a3eb29

Browse files
committed
[new release] float_option (0.0.3)
CHANGES: - Add unsafe_get/unsafe_set - Add conversion to floatarray - Add all_none
1 parent eb1c310 commit 9a3eb29

File tree

1 file changed

+41
-0
lines changed
  • packages/float_option/float_option.0.0.3

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "A float option library"
3+
description: "A float option library with an efficient representation"
4+
maintainer: ["Stefan Muenzel <[email protected]>"]
5+
authors: ["Stefan Muenzel <[email protected]>"]
6+
license: "MPL-2.0"
7+
tags: ["float"]
8+
homepage: "https://github.com/engineeredabstraction/float_option"
9+
bug-reports: "https://github.com/engineeredabstraction/float_option/issues"
10+
depends: [
11+
"dune" {>= "3.18"}
12+
"ocaml" {>= "5.1.0"}
13+
"ppx_sexp_conv"
14+
"ppx_optional"
15+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {dev}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/engineeredabstraction/float_option.git"
32+
x-maintenance-intent: ["(latest)"]
33+
url {
34+
src:
35+
"https://github.com/engineeredabstraction/float_option/releases/download/0.0.3/float_option-0.0.3.tbz"
36+
checksum: [
37+
"sha256=04db81440f83b870afe3a4829689d9f69c4e899588ec2628e401b769d4f199fd"
38+
"sha512=36fbb88018e17d1c53aea5f776e32d7dd1c95e14f6a99164b0bbf276ac82f026aeb0713bffc6f743aea5e09841cc17280c25d28f937629389d6d7bae17e48e2c"
39+
]
40+
}
41+
x-commit-hash: "47876f1c7266e50041c00a3c236a38e2b3494227"

0 commit comments

Comments
 (0)