Commit a140a56c0998784fcbf81f96e7fcc29a914d2ed8

Thomas de Grivel 2025-03-23T20:14:43

kpkg

diff --git a/.gitmodules b/.gitmodules
index eb75ea9..dd8bf17 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -15,3 +15,6 @@
 [submodule "window/sdl2/kubz"]
 	path = window/sdl2/kubz
 	url = https://git.kmx.io/kc3-lang/kubz.git
+[submodule "kpkg"]
+	path = kpkg
+	url = https://git.kmx.io/kc3-lang/kpkg.git
diff --git a/kpkg b/kpkg
new file mode 160000
index 0000000..0517e53
--- /dev/null
+++ b/kpkg
@@ -0,0 +1 @@
+Subproject commit 0517e53d6a14d3b993c1e4b78fef5f93d3e3de2c
diff --git a/lib/kc3/0.1/kpkg/package.kc3 b/lib/kc3/0.1/kpkg/package.kc3
new file mode 120000
index 0000000..3a0e6cb
--- /dev/null
+++ b/lib/kc3/0.1/kpkg/package.kc3
@@ -0,0 +1 @@
+../../../../kpkg/package.kc3
\ No newline at end of file