Set up index v1.4 with alr v2.1 (#1404)

* exsytrawo 1.2.0 (#1396)

* bbt 0.1.0 (#1397)

* prolog 1.0.0 (#1398)

* prolog 1.0.0 (via `alr publish`)

* Update prolog-1.0.0.toml

* Move to alr 2.1

---------

Co-authored-by: Blady-Com <blady.net@orange.fr>
Co-authored-by: Lionel Draghi <lionel.draghi@free.fr>
Co-authored-by: Jesper Quorning <jesper.quorning@gmail.com>
This commit is contained in:
Alejandro R Mosteo
2025-03-06 22:39:29 +01:00
committed by GitHub
parent 2caa409572
commit d1755d52f2
8 changed files with 54 additions and 5 deletions
+3
View File
@@ -3,6 +3,7 @@ name: Check Author
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 2.1.0
on:
pull_request:
@@ -29,6 +30,8 @@ jobs:
- name: Set up stable `alr`
uses: alire-project/setup-alire@v4
with:
version: ${{env.ALR_VERSION}}
- name: Test authorship
run: ${{env.CHECKS_REPO}}/scripts/check-author.sh "${{ github.event.pull_request.user.login }}"
+1 -1
View File
@@ -7,7 +7,7 @@ name: Build Crate (Distro toolchain)
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 2.0.2
ALR_VERSION: 2.1.0
on:
pull_request:
+1 -1
View File
@@ -6,7 +6,7 @@ name: Build Crate (Alire toolchain)
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 2.0.2
ALR_VERSION: 2.1.0
PACMAN: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\usr\bin\pacman
on:
+1 -1
View File
@@ -9,7 +9,7 @@ name: Build Crate (MacPorts)
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 2.0.2
ALR_VERSION: 2.1.0
on:
pull_request:
+1 -1
View File
@@ -1,7 +1,7 @@
name: Check Index
env:
ALR_VERSION: 2.0.2
ALR_VERSION: 2.1.0
on: pull_request
+1 -1
View File
@@ -8,7 +8,7 @@ name: Diff release
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 2.0.2
ALR_VERSION: 2.1.0
on:
pull_request:
+28
View File
@@ -0,0 +1,28 @@
name = "bbt"
description = "Black box test runner"
version = "0.1.0"
authors = ["Lionel Draghi"]
maintainers = ["Lionel Draghi <lionel.draghi@free.fr>"]
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"
+18
View File
@@ -0,0 +1,18 @@
name = "prolog"
description = "Simple Prolog library"
version = "1.0.0"
authors = ["Professor David C. Luckham <Anna-Request@Anna.Stanford.EDU>",
"Dale Stanbrough <dale@cs.rmit.edu.au>"]
maintainers = ["Jesper Quorning <jesper.quorning@gmail.com>"]
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"