Sujet : Re: Software Engineer Seeks Compatible Cratifier
De : simon (at) *nospam* pushface.org (Simon Wright)
Groupes : comp.lang.adaDate : 19. Jun 2024, 11:22:19
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ly5xu58c6c.fsf@pushface.org>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13)
"Jeffrey R.Carter" <
spam.jrcarter.not@spam.acm.org.not> 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 <
simon@pushface.org>"]
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)