this repo has no description

[Farith] Add license and OCaml version low limit

Changed files
+2
packages
farith
farith.0.1
+2
packages/farith/farith.0.1/opam
···
"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: [
···
"base"
"ppx_deriving"
"ppx_hash"
"odoc" {with-doc}
]
build: [
···
"Floating point numbers library extracted from the Flocq Coq Library"
maintainer: ["François Bobot"]
authors: ["François Bobot" "Loïc Correnson" "Arthur Correnson"]
+
license: "LGPL-2.1"
homepage: "https://git.frama-c.com/pub/farith"
bug-reports: "https://git.frama-c.com/pub/farith/issues"
depends: [
···
"base"
"ppx_deriving"
"ppx_hash"
+
"ocaml" {>= "4.10"}
"odoc" {with-doc}
]
build: [