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>
  • Loading branch information
nderjung committed Oct 9, 2023
1 parent 17ce85c commit ed49926
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library.uk
@@ -0,0 +1,5 @@
name := "libcxxabi"
description := "An LLVM project which provides a new implementation of low level support for a standard C++ library."
homepage := "https://libcxxabi.llvm.org/"
version := 14.0.6 sha256:82fbe9033da986f6ff3092a9df31049b4b19cbe59a46c6ab54e0523b31550794 https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/libcxxabi-14.0.6.src.tar.xz
license := "MIT"

0 comments on commit ed49926

Please sign in to comment.