this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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

+49
+49
packages/safemoney/safemoney.0.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A type safe money manipulation library" 3 + description: "A type safe money manipulation library" 4 + maintainer: ["geoffrey.borough@outlook.com"] 5 + authors: ["Geoffrey Borough"] 6 + license: "MIT" 7 + homepage: "https://github.com/gborough/safemoney" 8 + doc: "https://gborough.github.io/safemoney/safemoney" 9 + bug-reports: "https://github.com/gborough/safemoney/issues" 10 + depends: [ 11 + "ocaml" {>= "4.14.0"} 12 + "base" 13 + "dune" {>= "3.0"} 14 + "zarith" {>= "1.5.0"} 15 + "stdint" 16 + "angstrom" {>= "0.16.0"} 17 + "re" 18 + "yojson" 19 + "ppx_deriving" 20 + "ppx_deriving_yojson" 21 + "ppx_jane" 22 + "sexplib" 23 + "ppx_expect" {with-test} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ] 40 + dev-repo: "git+https://github.com/gborough/safemoney.git" 41 + url { 42 + src: 43 + "https://github.com/gborough/safemoney/releases/download/0.3.0/safemoney-0.3.0.tbz" 44 + checksum: [ 45 + "sha256=22dfaf4e200245d285d95bd419e9dd02a2893db028f6d5379beed9359ceb7e3d" 46 + "sha512=340e04126bd40e9bb3ab962e3220f298a6398ce567a27bbf290ac40c12dba0cfc52f11753dccbcc70c010909614136c268665e604659ca1c48b92e5163e7e58c" 47 + ] 48 + } 49 + x-commit-hash: "67a161f2259016bd0fbad3a0f482f45b14afeed2"