From 5cf3d0c2fb9e33c238a73a83c926bddceca8e8dd Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sat, 9 May 2026 15:42:39 +0200 Subject: [PATCH] feat: P.0.module.skeleton trivial-stub for lib-core.maps --- .gitignore | 2 ++ README.md | 6 ++++++ init.lua | 1 + manifest.lib | 1 + 4 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 init.lua create mode 100644 manifest.lib diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..41ae811 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/ +*.log diff --git a/README.md b/README.md new file mode 100644 index 0000000..b457f7b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# lib-core.maps + +P.0.module.skeleton trivial-stub. Will be properly implemented in P.0.lib.maps slice. + +- Lib-ID: `lib-core.maps` +- Version: `0.1.0` diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..1326eed --- /dev/null +++ b/init.lua @@ -0,0 +1 @@ +return { hello = function() return "maps loaded" end } diff --git a/manifest.lib b/manifest.lib new file mode 100644 index 0000000..d4330ea --- /dev/null +++ b/manifest.lib @@ -0,0 +1 @@ +{"id":"lib-core.maps","version":"0.1.0"}