]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Introduce `Library.uk` RELEASE-0.15.0 RELEASE-0.16.0
authorAlexander Jung <alex@unikraft.io>
Tue, 11 Jul 2023 21:25:56 +0000 (21:25 +0000)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Fri, 20 Oct 2023 17:01:21 +0000 (20:01 +0300)
commitc46c65d4bebf95cde58af4405f0a51304dc61d8b
tree0203abe104124351d8979d2e816c4c4ec4e420b4
parent14e77dd52fbbfc98eb5f2a6bff4489530b87cafa
Introduce `Library.uk`

This new file represents the first step towards proper versioning support of
external microlibrary in Unikraft.  The file itself acts as mechanism for
holding metadata-only values about the microlibrary.  This metadata is designed
to be compatible with GNU Make whilst simultaneously being human-readable and
readable by programs that are not GNU Make (e.g. tools such as KraftKit).

An important feature of this file is the inclusion of microlibrary versions.
In a later step, once relevant integrations have been made to Unikrat's core
build system and to relevant tools such as KraftKit, the user will be able to
see and select from different versions of the microlibrary.

In this initial commit, the relevant metadata is absorbed from both Makefile.uk,
Config.uk, but also includes new information such as SPDX License identifier.

Signed-off-by: Alexander Jung <alex@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #14
Library.uk [new file with mode: 0644]