this repo has no description

[new release] safemoney (0.3.0)

CHANGES:

* Documentation improvement

Breaking changes:

* Restored sexp support and other printing output field changes
* Labelled function changes on Discrete, Exchange and Quotient types
* Removed deriving show on all types
* Removed printing support for Zv and Qv
* Removed functors for core types

Changed files
+49
packages
safemoney
safemoney.0.3.0
+49
packages/safemoney/safemoney.0.3.0/opam
···
+
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://gborough.github.io/safemoney/safemoney"
+
bug-reports: "https://github.com/gborough/safemoney/issues"
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"base"
+
"dune" {>= "3.0"}
+
"zarith" {>= "1.5.0"}
+
"stdint"
+
"angstrom" {>= "0.16.0"}
+
"re"
+
"yojson"
+
"ppx_deriving"
+
"ppx_deriving_yojson"
+
"ppx_jane"
+
"sexplib"
+
"ppx_expect" {with-test}
+
"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/releases/download/0.3.0/safemoney-0.3.0.tbz"
+
checksum: [
+
"sha256=22dfaf4e200245d285d95bd419e9dd02a2893db028f6d5379beed9359ceb7e3d"
+
"sha512=340e04126bd40e9bb3ab962e3220f298a6398ce567a27bbf290ac40c12dba0cfc52f11753dccbcc70c010909614136c268665e604659ca1c48b92e5163e7e58c"
+
]
+
}
+
x-commit-hash: "67a161f2259016bd0fbad3a0f482f45b14afeed2"