genode/repos/gems
Norman Feske 9a671cf8bc depot_query: support to query <dependencies>
The '<dependencies>' attribute 'path' refers to a depot archive.
Depending on the attributes 'source="no"' and 'binary="no" (defaults
shown), the depot_query component determines the source/binary
dependencies of the given archive. The result has the form of a report
with a sequence of <missing> and <present> nodes, each equipped with the
'path' of the dependency.
2018-01-17 12:14:38 +01:00
..
include gems/vfs.h: intuitive meaning of 'Directory const' 2018-01-17 12:14:37 +01:00
lib Exclude higher-level repos from strict warnings 2018-01-17 12:14:36 +01:00
recipes drivers_managed-pc: simplification 2018-01-17 12:14:37 +01:00
run depot_query: rename <query> to <blueprint> node 2018-01-17 12:14:38 +01:00
src depot_query: support to query <dependencies> 2018-01-17 12:14:38 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.