Skip to content

Commit

Permalink
Introduce Library.uk
Browse files Browse the repository at this point in the history
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 <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
Reviewed-by: Razvan Deaconescu <[email protected]>
GitHub-Closes: #14
  • Loading branch information
nderjung authored and razvand committed Oct 20, 2023
1 parent 14e77dd commit c46c65d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library.uk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name := "python3"
description := "A high-level, general-purpose programming language."
homepage := "https://python.org/"
license := "PSF-2.0"
version := 3.7.4 sha256:d63e63e14e6d29e17490abbe6f7d17afb3db182dbd801229f14e55f4157c4ba3 https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz

0 comments on commit c46c65d

Please sign in to comment.