Skip to content

Commit a757241

Browse files
authored
Merge pull request ocaml#27819 from smuenzel/release-float_option-0.0.2
[new release] float_option (0.0.2)
2 parents ee0bcbc + 0999288 commit a757241

File tree

1 file changed

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

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.2/float_option-0.0.2.tbz"
36+
checksum: [
37+
"sha256=a00b325bd5191537f3883d54e13c0542f2f41998ff07680659d931222dec1eb2"
38+
"sha512=9a4606636f680eeec4625ca468f6063de758a6080df673b6f36c839316df5ca88298fd9c2f22aa86a63e2636c4e3f95a18f4aa1b1281b82fe55bfe6417012280"
39+
]
40+
}
41+
x-commit-hash: "9345a327d2d80586f867654be19f226f784a9a52"

0 commit comments

Comments
 (0)