Begin to add support for importing narinfo files

This commit adds the tables, as well as code to support extracting data from
narinfo files.
This commit is contained in:
Christopher Baines 2019-11-30 10:51:58 +00:00
parent 20c75e1103
commit b6194e7b3d
6 changed files with 321 additions and 0 deletions

View file

@ -88,6 +88,7 @@ SOURCES = \
guix-data-service/model/lint-warning-message.scm \
guix-data-service/model/lint-warning.scm \
guix-data-service/model/location.scm \
guix-data-service/model/nar.scm \
guix-data-service/model/package-derivation.scm \
guix-data-service/model/package-metadata.scm \
guix-data-service/model/package.scm \