Initial Commit

This commit is contained in:
2025-05-08 17:18:49 +03:00
commit f6146d6a08
2 changed files with 45 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
name: sqlite
description: C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine
version: 3.45.1
url: https://www.sqlite.org/
license: "Public Domain"
architecture: any
depends: ["glibc","readline","zlib"]
make_depends: ["tcl"]
type: source