]> xenbits.xensource.com Git - unikraft/libs/musl.git/commitdiff
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 16:54:30 +0000 (19:54 +0300)
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: #60

Library.uk [new file with mode: 0644]

diff --git a/Library.uk b/Library.uk
new file mode 100644 (file)
index 0000000..68249d1
--- /dev/null
@@ -0,0 +1,5 @@
+name        := "musl"
+description := "A portable standard C library targetting the Linux syscall API."
+homepage    := "https://www.musl-libc.org/"
+license     := "MIT"
+version     := 1.2.3 sha256:7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4 https://www.musl-libc.org/releases/musl-1.2.3.tar.gz