From a0c6ed59e49adbfe412d7cdef950b84b414d281c Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Mon, 30 Mar 2026 14:32:38 +0200 Subject: [PATCH] Add TP7 Gnoga. (#1821) * Add TP7 Gnoga. * Avoid error: value not in range of type "Standard.Long_Long_Float" for AARCH64. --- index/tp/tp7_gnoga/tp7_gnoga-11.0.0.toml | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 index/tp/tp7_gnoga/tp7_gnoga-11.0.0.toml diff --git a/index/tp/tp7_gnoga/tp7_gnoga-11.0.0.toml b/index/tp/tp7_gnoga/tp7_gnoga-11.0.0.toml new file mode 100644 index 00000000..e3dd6a06 --- /dev/null +++ b/index/tp/tp7_gnoga/tp7_gnoga-11.0.0.toml @@ -0,0 +1,25 @@ +name = "tp7_gnoga" +description = "Turbo Pascal 7 units in Ada" +version = "11.0.0" +tags = ["tp7", "gnoga", "p2ada"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/tp7ada-gnoga" + +licenses = "CECILL-C" + +project-files = ["lib_tp7ada_gnoga.gpr"] + +# Avoid error: value not in range of type "Standard.Long_Long_Float" for AARCH64 +available."case(os)".MacOS."case(host-arch)".AARCH64 = false +available."case(distribution)".ubuntu."case(host-arch)".AARCH64 = false + +[[depends-on]] +gnoga = "^1.6" + +[origin] +commit = "424e398b4a4532db536df21facbd920626bdb64f" +url = "git+https://github.com/Blady-Com/tp7ada-gnoga.git" +