diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-11-17 22:04:26 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-11-17 22:04:26 +0100 |
commit | df532bb6fc9e1925a14cca38afe8b55a3ec1e936 (patch) | |
tree | f4550b0438ca934a1317f1175ccc4178457963c3 /dev-ada/gnatcoll-db/metadata.xml | |
parent | dev-util/stripe-mock: Bump to 0.116.0 (diff) | |
download | gentoo-df532bb6fc9e1925a14cca38afe8b55a3ec1e936.tar.gz gentoo-df532bb6fc9e1925a14cca38afe8b55a3ec1e936.tar.bz2 gentoo-df532bb6fc9e1925a14cca38afe8b55a3ec1e936.zip |
dev-ada/gnatcoll-db: readding
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/gnatcoll-db/metadata.xml')
-rw-r--r-- | dev-ada/gnatcoll-db/metadata.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-ada/gnatcoll-db/metadata.xml b/dev-ada/gnatcoll-db/metadata.xml new file mode 100644 index 000000000000..b73349412d9b --- /dev/null +++ b/dev-ada/gnatcoll-db/metadata.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ada@gentoo.org</email> + </maintainer> + <use> + <flag name="db2ada">Build gnatcoll_db2ada</flag> + <flag name="gnatinspect">Build gnatinspect</flag> + <flag name="shared">Build shared library</flag> + <flag name="sql">Build sql library</flag> + <flag name="static-pic">Build shared library</flag> + <flag name="xref">Build xref library</flag> + </use> + <longdescription lang="en"> + The reusable library known as the GNAT Component Collection (GNATColl) + is based on one main principle: general-purpose packages that are part + of the GNAT technology should also be available to GNAT user + application code. The compiler front end, the GNAT Programming Studio + (GPS) Interactive Development Environment, and the GNAT Tracker + web-based interface all served as sources for the components. + + The GNATColl components complement the predefined Ada and GNAT + libraries and deal with a range of common programming issues including + string and text processing, memory management, and file handling. + Several of the components are especially useful in enterprise + applications. + </longdescription> +</pkgmetadata> |