-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Also add `fma` test file - Fix OCaml lower bound
- Loading branch information
Showing
6 changed files
with
3,448 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
(lang dune 2.7) | ||
|
||
(name decimal) | ||
(version v0.1.0) | ||
(version v0.1.1) | ||
(generate_opam_files true) | ||
(license PSF-2.0) | ||
(authors "Yawar Amin <[email protected]>") | ||
|
@@ -16,5 +16,5 @@ the Python decimal module.") | |
(documentation "https://yawaramin.github.io/ocaml-decimal/api") | ||
(depends | ||
(angstrom (and (>= 0.15.0) (< 1.0.0) :with-test)) | ||
(ocaml (>= 4.06.0)) | ||
(ocaml (>= 4.08.0)) | ||
(zarith (and (>= 1.10) (< 2.0.0))))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.