diff --git a/released/packages/coq-flocq/coq-flocq.4.2.1/opam b/released/packages/coq-flocq/coq-flocq.4.2.1/opam new file mode 100644 index 000000000..8562a1b70 --- /dev/null +++ b/released/packages/coq-flocq/coq-flocq.4.2.1/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "guillaume.melquiond@inria.fr" +homepage: "https://flocq.gitlabpages.inria.fr/" +dev-repo: "git+https://gitlab.inria.fr/flocq/flocq.git" +bug-reports: "https://gitlab.inria.fr/flocq/flocq/issues" +license: "LGPL-3.0-or-later" +build: [ + ["autoconf"] {dev} + ["./configure"] + ["./remake" "-j%{jobs}%"] +] +install: ["./remake" "install" "install-glob"] +depends: [ + "coq" {>= "8.15"} + "conf-autoconf" {build & dev} + ("conf-g++" {build} | "conf-clang" {build}) +] +tags: [ + "keyword:floating-point arithmetic" + "logpath:Flocq" + "date:2025-01-26" +] +authors: [ + "Sylvie Boldo " + "Guillaume Melquiond " +] +synopsis: "A formalization of floating-point arithmetic for the Coq system" +url { + src: "https://flocq.gitlabpages.inria.fr/releases/flocq-4.2.1.tar.gz" + checksum: "sha512=73a93f1b7d7b0d1ad731a87c1fbf80d363cc479259059618170d488eb7ff2e101d4e3adf850796b3d20455c94ba093ad39d9ef80e3e03e53b20f6e9df1886736" +}