Replies: 2 comments 2 replies
-
To answer my own question, yes, you can create a crate containing nothing but aws.gpr. It works perfectly for using the AWS library in the Debian distribution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm turning this into a discussion. Isn't what you ask essentially what an external crate definition will get you? Also note that Ada packages in Debian are expected to be used with the system compiler; otherwise .ali files won't match and try to cause recompilations for sources that are unavailable (IIRC from experiences long ago). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to somehow use the prebuilt Debian 11 AWS library (only in conjunction with the Debian 11 compiler, of course).
I have confirmed that copying
/usr/share/gpr/aws.gpr
toconfig/
and addingwith "aws.gpr";
toconfig/xxxx_config.gpr
works perfectly.Is it possible to define a crate that does not contain any source code, just a
.gpr
file for an externally built library project?Beta Was this translation helpful? Give feedback.
All reactions