From e930cc6bdc7f62befac063d7d9d016ffb0a64f1a Mon Sep 17 00:00:00 2001 From: David Moc Date: Sat, 30 May 2026 21:53:05 +0200 Subject: Added the old repo, refactored it, added the C jit. --- manifest.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifest.scm (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..ede2f2a --- /dev/null +++ b/manifest.scm @@ -0,0 +1,20 @@ +(specifications->manifest + '("clang-toolchain" + "make" + "pkg-config" + "glfw" + "mesa" + "glu" + "font-dejavu" + "libx11" + "libxrandr" + "libxinerama" + "libxcursor" + "libxi" + "libxxf86vm" + "glibc" + "coreutils" + "grep" + "sed" + "gawk" + "bash")) -- cgit v1.2.3