summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-18 15:46:29 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-18 15:46:29 +0100
commit4fc398a27a1809b82ab974b3c5ceb8f90ad25703 (patch)
treefc63470f1e05c83d649e6f6e6f37bb7d9c7907e6
parent7d5c3467a3b809c0fe2ee69ad765c1cd452cb535 (diff)
chore: nectar: NCL in WiP.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--include/CoreRuntimeKit/Nectar/ncl_exports.h0
-rw-r--r--include/CoreRuntimeKit/README.md8
2 files changed, 8 insertions, 0 deletions
diff --git a/include/CoreRuntimeKit/Nectar/ncl_exports.h b/include/CoreRuntimeKit/Nectar/ncl_exports.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/include/CoreRuntimeKit/Nectar/ncl_exports.h
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.
+
+