From 75633ec8d01f7a9d401b29bf86137826e58781b6 Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Sat, 1 Mar 2025 12:47:39 +0100 Subject: [PATCH 1/3] exsytrawo 1.2.0 (#1396) --- index/ex/exsytrawo/exsytrawo-1.2.0.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index/ex/exsytrawo/exsytrawo-1.2.0.toml diff --git a/index/ex/exsytrawo/exsytrawo-1.2.0.toml b/index/ex/exsytrawo/exsytrawo-1.2.0.toml new file mode 100644 index 00000000..2c51fd37 --- /dev/null +++ b/index/ex/exsytrawo/exsytrawo-1.2.0.toml @@ -0,0 +1,22 @@ +name = "exsytrawo" +description = "Exception Symbolic Traceback Workaround for macOS" +version = "1.2.0" +tags = ["exception", "symbolic", "traceback"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/exsytrawo" + +licenses = "CECILL-C" + +project-files = ["exsytrawo.gpr"] + +[available.'case(os)'] +macos = true +'...' = false + +[origin] +commit = "0fca9c4d9b7a0058d54848599a9572a747994dda" +url = "git+https://github.com/Blady-Com/exsytrawo.git" + From 60f65356449d8e8e3898c32c969559667f67e32c Mon Sep 17 00:00:00 2001 From: Lionel Draghi Date: Thu, 6 Mar 2025 09:07:46 +0100 Subject: [PATCH 2/3] bbt 0.1.0 (#1397) --- index/bb/bbt/bbt-0.1.0.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index/bb/bbt/bbt-0.1.0.toml diff --git a/index/bb/bbt/bbt-0.1.0.toml b/index/bb/bbt/bbt-0.1.0.toml new file mode 100644 index 00000000..566d59b1 --- /dev/null +++ b/index/bb/bbt/bbt-0.1.0.toml @@ -0,0 +1,28 @@ +name = "bbt" +description = "Black box test runner" +version = "0.1.0" + +authors = ["Lionel Draghi"] +maintainers = ["Lionel Draghi "] +maintainers-logins = ["LionelDraghi"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "" +tags = ["gherkin", "test", "markdown", "tdd", "black-box"] + +executables = ["bbt"] + +[configuration] +output_dir = "src/Alire_config" +generate_C = false + +[[depends-on]] +# markdown = "^24.0.0" + +[[depends-on]] +ansiada = "^1.0.0" + + +[origin] +commit = "5b4e7642154def03b1f956dc7018785b4192630b" +url = "git+https://github.com/LionelDraghi/bbt.git" + From 610a0bfdce8b322ee6afdc02c9c5580ffe006dc9 Mon Sep 17 00:00:00 2001 From: Jesper Quorning Date: Thu, 6 Mar 2025 11:52:25 +0100 Subject: [PATCH 3/3] prolog 1.0.0 (#1398) * prolog 1.0.0 (via `alr publish`) * Update prolog-1.0.0.toml --- index/pr/prolog/prolog-1.0.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/pr/prolog/prolog-1.0.0.toml diff --git a/index/pr/prolog/prolog-1.0.0.toml b/index/pr/prolog/prolog-1.0.0.toml new file mode 100644 index 00000000..b1840082 --- /dev/null +++ b/index/pr/prolog/prolog-1.0.0.toml @@ -0,0 +1,18 @@ +name = "prolog" +description = "Simple Prolog library" +version = "1.0.0" + +authors = ["Professor David C. Luckham ", + "Dale Stanbrough "] + +maintainers = ["Jesper Quorning "] +maintainers-logins = ["jquorning"] + +licenses = "custom-anna" +website = "https://github.com/jquorning/Prolog" +tags = ["prolog", "logic"] + +[origin] +commit = "6ac52773fdb45c0100152081780b2e31b5802986" +url = "git+https://github.com/jquorning/Prolog.git" +