this repo has no description

Merge pull request #24444 from gborough/opam-publish-safemoney.0.1.0

Package safemoney.0.1.0

Changed files
+47
packages
safemoney
safemoney.0.1.0
+47
packages/safemoney/safemoney.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A type safe money manipulation library"
+
description: "A type safe money manipulation library"
+
maintainer: ["geoffrey.borough@outlook.com"]
+
authors: ["Geoffrey Borough"]
+
license: "MIT"
+
homepage: "https://github.com/gborough/safemoney"
+
doc: "https://github.com/gborough/safemoney/README.md"
+
bug-reports: "https://github.com/gborough/safemoney/issues"
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"core"
+
"dune" {>= "3.0"}
+
"zarith" {>= "1.6"}
+
"stdint"
+
"angstrom" {>= "0.14.0"}
+
"re2"
+
"yojson"
+
"ppx_jane"
+
"ppx_deriving"
+
"ppx_yojson_conv"
+
"ppx_deriving_yojson"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/gborough/safemoney.git"
+
url {
+
src: "https://github.com/gborough/safemoney/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=7c6fa3ecf4800e68fea024e6a50aed06"
+
"sha512=a30c2b7f08f2bbd0032ea3c14df34781ac00041dca99d0e82ad34afbbc18eb5c07cc30a67d658e3a0225c1efdb1486dd73393a13a59f0e3ee19fee92ce67b089"
+
]
+
}