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 <alex@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #3
  • Loading branch information
nderjung authored and razvand committed Oct 20, 2023
1 parent e5cd70a commit db9e0fa
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 := "libuuid"
description := "A library for unique ID generation."
website := "https://sourceforge.net/projects/libuuid/"
license := "BSD-3-Clause"
version := 1.0.3 sha256:46af3275291091009ad7f1b899de3d0cea0252737550e7919d17237997db5644 https://sourceforge.net/projects/libuuid/files/libuuid-1.0.3.tar.gz/download

0 comments on commit db9e0fa

Please sign in to comment.