From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Software Engineer Seeks Compatible Cratifier Date: Wed, 19 Jun 2024 11:22:19 +0100 Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Wed, 19 Jun 2024 12:22:20 +0200 (CEST) Injection-Info: dont-email.me; posting-host="a0db54bc7ac3c8db175d779888db9fb7"; logging-data="2023439"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19FSnM71DK0kpFOZ5G9yB16NxR8Wul6kyA=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:8FFIbr460TolSyWNPx36tptOuhc= sha1:8AbTbGSDC95oZnB3GvV+PWNyvXs= Xref: news.eternal-september.org comp.lang.ada:66201 List-Id: "Jeffrey R.Carter" writes: > https://forum.ada-lang.io/t/2024-crate-of-the-year-awards/923/8?u=jc001 I'm prepared to do this, if we can agree. I would fork your repo, and make changes/distribute from there. I propose an alire.toml, on these lines: name = "pragmarc" ### needs to be in lower case description = "Utility library" version = "4.0.0" ### you have 4 releases on Github, the current code is the 4th, I ### believe. The release needs to be in this form; I did think about ### e.g. 2024.03.23, that might work authors = ["Jeffrey R. Carter"] maintainers = ["Simon Wright "] maintainers-logins = ["simonjwright"] licenses = "BSD-3-Clause" website = "https://github.com/jrcarter/PragmARC" ### is there a better one? if not, this should probably be to my fork tags = ["utility", "library"] ### what should this list be extended to? [build-switches] "*".Style_Checks = "no" ### alire's style checks disagree violently with your usage! "*".Ada_Version = "Ada12" ### this is what you specify in the code (email: simon@pushface.org)