Add the iterator function for accessing the list of abstract metadata k-v pairs.
modified libpkg/pkg.c
@@ -476,6 +476,14 @@ pkg_shlibs_provided(struct pkg *pkg, struct pkg_shlib **s)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -588,6 +588,13 @@ int pkg_shlibs_required(struct pkg *pkg, struct pkg_shlib **shlib);
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -867,7 +867,7 @@ emit_manifest(struct pkg *pkg, yaml_emitter_t *emitter, bool compact)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -985,7 +985,7 @@ emit_manifest(struct pkg *pkg, yaml_emitter_t *emitter, bool compact)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|