Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
Farith
Commits
13be3cbe
Commit
13be3cbe
authored
May 30, 2022
by
François Bobot
Browse files
Release 0.1
parent
65c353c6
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGES
0 → 100644
View file @
13be3cbe
## 0.1
- Initial Release
LICENSE
0 → 100644
View file @
13be3cbe
This diff is collapsed.
Click to expand it.
dune-project
View file @
13be3cbe
...
...
@@ -6,9 +6,13 @@
(name farith)
(package
(version 0.1)
(name farith)
(synopsis "
formaly verified f
loating
-
point
s valuations based on Flocq
")
(synopsis "
F
loating
point
numbers library extracted from the Flocq Coq Library
")
(maintainers "François Bobot")
(authors "François Bobot" "Loïc Correnson" "Arthur Correnson")
(homepage "https://git.frama-c.com/pub/farith")
(bug_reports "https://git.frama-c.com/pub/farith/issues")
(source (uri "git+https://git.frama-c.com/pub/farith.git"))
(depends zarith base ppx_deriving ppx_hash)
)
extracted/Version.ml
View file @
13be3cbe
...
...
@@ -2,8 +2,9 @@
(** val coq_Flocq_version : Farith_Big.big_int **)
let
coq_Flocq_version
=
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
succ_
double
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
succ_double
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
succ_double
(
Farith_Big
.
succ_double
(
Farith_Big
.
succ_double
(
Farith_Big
.
double
(
Farith_Big
.
double
Farith_Big
.
one
)))))))))))))))
(
Farith_Big
.
double
(
Farith_Big
.
succ_double
(
Farith_Big
.
double
(
Farith_Big
.
double
(
Farith_Big
.
succ_double
(
Farith_Big
.
succ_double
(
Farith_Big
.
succ_double
(
Farith_Big
.
double
(
Farith_Big
.
double
Farith_Big
.
one
)))))))))))))))
farith.opam
View file @
13be3cbe
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "formaly verified floating-points valuations based on Flocq"
version: "0.1"
synopsis:
"Floating point numbers library extracted from the Flocq Coq Library"
maintainer: ["François Bobot"]
authors: ["François Bobot" "Loïc Correnson" "Arthur Correnson"]
homepage: "https://git.frama-c.com/pub/farith"
bug-reports: "https://git.frama-c.com/pub/farith/issues"
depends: [
"dune" {>= "3.0"}
"zarith"
...
...
@@ -25,3 +29,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://git.frama-c.com/pub/farith.git"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment