summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-09-26 14:31:38 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2024-09-27 14:11:42 +0300
commitcdbdfc309231342b53eb6dc57be73eb20b3d2b2d (patch)
tree232f3dbcc861539a520ab472f117d67aaef13d38
parentd18d651cce02fe8912849e0b1a91dafff925530a (diff)
documents/SOURCES: Delete.
This piece of information belongs to the developer's manual.
-rw-r--r--documents/SOURCES.org25
1 files changed, 0 insertions, 25 deletions
diff --git a/documents/SOURCES.org b/documents/SOURCES.org
deleted file mode 100644
index 8d2638054..000000000
--- a/documents/SOURCES.org
+++ /dev/null
@@ -1,25 +0,0 @@
-This document serves as a Software Bill of Materials. It indicates
-which external dependencies we are directly relying on.
-
-* Foreign Dependencies
-** Common Lisp Implementation
-- SBCL http://www.sbcl.org
-
-** Renderer
-*** WebKitGTK
-Using the latest WebKitGTK version is advised for security concerns. The oldest
-version that should support all features is 2.36.
-
-Targets shared libraries libwebkit2gtk-4.1.so or libwebkit2gtk-4.0.so (GTK3).
-
-- WebKitGTK https://webkitgtk.org
-- GObject Introspection https://wiki.gnome.org/Projects/GObjectIntrospection
-
-*** Electron
-- Electron https://www.electronjs.org/
-
-Experimental support.
-
-* Lisp Dependencies
-See [[file:../nyxt.asd][nyxt.asd]] for a list for CL dependencies.
-See [[file:../.gitmodules][.gitmodules]] for a list of all CL recursive dependencies.