I was just wondering about this today. I’ll gladly participate, but I’ll need someone else to upload my code; they may not require explicit entry, but they still require a MicroSoft GitHub account, which I lack.
The simplest way would be for you, @bracke, to submit using your account, listing you as maintainer and @Verisimilitude as author, which reflects the actual situation.
I don’t use gprbuild or Alire, but I, too, have a collection of software on GitHub that might benefit from cratification, if someone would find that a worthwhile activity.
Built with and for Alire since day one, and gaining almost 200 points and over 100 replies on hacker news (including recognition from the rustup developers), and even a shout out in the Ada Community Workshop, I guess I should mention that getada is now a published Alire create
The traditional, Alire-agnostic way, is to rely on a GPR external variable in your project that can then be set by Alire based on the detected environment via manifest definitions (gpr-set-externals).
Alternatively, you can rely on Alire generated configuration files, which will simplify the manifest and hide the issue entirely for clients of your crate.
Yes, I’m reading through the documentation again right now. I think, for one particularly simple library, the best thing will be to provide different files. For another, I’ll just cap it to GNU/Linux and call it a day.