From 4fc398a27a1809b82ab974b3c5ceb8f90ad25703 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Feb 2026 15:46:29 +0100 Subject: chore: nectar: NCL in WiP. Signed-off-by: Amlal El Mahrouss --- include/CoreRuntimeKit/Nectar/ncl_exports.h | 0 include/CoreRuntimeKit/README.md | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 include/CoreRuntimeKit/Nectar/ncl_exports.h create mode 100644 include/CoreRuntimeKit/README.md (limited to 'include') diff --git a/include/CoreRuntimeKit/Nectar/ncl_exports.h b/include/CoreRuntimeKit/Nectar/ncl_exports.h new file mode 100644 index 0000000..e69de29 diff --git a/include/CoreRuntimeKit/README.md b/include/CoreRuntimeKit/README.md new file mode 100644 index 0000000..356eaf5 --- /dev/null +++ b/include/CoreRuntimeKit/README.md @@ -0,0 +1,8 @@ +# The NectarCoreLibrary + +## Abstract: + +The NCL is a kit used to interact with other programs using the FFI of Nectar. +The implmentation is still in progress, feel free to open a PR to propose a new function. + + -- cgit v1.2.3