From 5f0ee5c822dc58e265bd7b83accbfb0bf65000a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Th=C3=A9venoux?= Date: Wed, 21 Sep 2022 12:13:47 +0200 Subject: [PATCH] admpfr 4.1.0, libmpfr external (#636) * Add index entry for Admpfr v4.1.0-0 Admpfr is an Ada library offering bindings for the MPFR C library. It's a complete interface to the C library. Admpfr v4.1.0-* is compatible with MPFR 4.1.0. * fixup! Add index entry for Admpfr v4.1.0-0 * fixup! fixup! Add index entry for Admpfr v4.1.0-0 * Adjust admpfr and libmpfr indexes regarding checks results * fixup! Adjust admpfr and libmpfr indexes regarding checks results --- index/ad/admpfr/admpfr-4.1.0+20220920.toml | 26 ++++++++++++++++++++++ index/li/libmpfr/libmpfr-external.toml | 13 +++++++++++ 2 files changed, 39 insertions(+) create mode 100644 index/ad/admpfr/admpfr-4.1.0+20220920.toml create mode 100644 index/li/libmpfr/libmpfr-external.toml diff --git a/index/ad/admpfr/admpfr-4.1.0+20220920.toml b/index/ad/admpfr/admpfr-4.1.0+20220920.toml new file mode 100644 index 00000000..88789f35 --- /dev/null +++ b/index/ad/admpfr/admpfr-4.1.0+20220920.toml @@ -0,0 +1,26 @@ +name = "admpfr" +version = "4.1.0+20220920" + +description = "Ada bindings for MPFR" +website = "https://github.com/thvnx/admpfr" +tags = ["mpfr", "floating-point", "bindings"] + +licenses = "GPL-3.0-only" + +authors = ["Laurent Thévenoux"] +maintainers = ["Laurent Thévenoux "] +maintainers-logins = ["thvnx"] + +[available.'case(os)'] +linux = true +macos = true +windows = true +'...' = false + +[[depends-on]] +gnat = ">=12 & <2000" +libmpfr = "^4.1.0" + +[origin] +url = "https://github.com/thvnx/admpfr/archive/refs/tags/4.1.0+20220920.tar.gz" +hashes = ["sha512:4c55f40a4180094255b278dc3aec1c62c897918207985a467198a297ca62ba1d1b41a6a8897e859f7b9b4c40d2092c97413ddbf356bb47adc561229ef2326502"] diff --git a/index/li/libmpfr/libmpfr-external.toml b/index/li/libmpfr/libmpfr-external.toml new file mode 100644 index 00000000..701f7b4f --- /dev/null +++ b/index/li/libmpfr/libmpfr-external.toml @@ -0,0 +1,13 @@ +description = "The GNU Multiple Precision Floating-Point Reliable Library" +name = "libmpfr" +licenses = "LGPL-3.0-only" +maintainers = ["Laurent Thévenoux "] +maintainers-logins = ["thvnx"] + +[[external]] +kind = "system" +[external.origin."case(distribution)"] +"debian|ubuntu" = ["libmpfr-dev"] +fedora = ["mpfr-devel"] +"arch|macos" = ["mpfr"] +msys2 = ["mingw-w64-x86_64-mpfr"]