| author | |
| committer | |
| log | e82919f3fd9470d344fbc06fec3474fef7841b70 |
| tree | aa11c76153df47033da5dee624cd7c8bad0b7ff3 |
| parent | 859a37c5435b0aa4dd12c477c7b7eb44f856f923 |
2 files changed, 4 insertions(+), 4 deletions(-)
licenses.txt+3| ... | ... | @@ -7,3 +7,6 @@ MIT: |
| 7 | 7 | - git https://github.com/nektro/zig-extras |
| 8 | 8 | - git https://github.com/nektro/zig-tracer |
| 9 | 9 | - git https://github.com/vrischmann/zig-sqlite |
| 10 | ||
| 11 | Unspecified: | |
| 12 | - http https://sqlite.org/2025/sqlite-amalgamation-3480000.zip |
zig.mod+1-4| ... | ... | @@ -4,8 +4,5 @@ main: src/lib.zig |
| 4 | 4 | license: MPL-2.0 |
| 5 | 5 | description: The ORM library for Zig. |
| 6 | 6 | dependencies: |
| 7 | - src: git https://github.com/vrischmann/zig-sqlite commit-91e5fedd15c5ea3cb42ccceefb3d0f4bb9bad68f | |
| 8 | c_source_files: | |
| 9 | - c/sqlite3.c | |
| 10 | - c/workaround.c | |
| 7 | - src: git https://github.com/vrischmann/zig-sqlite | |
| 11 | 8 | - src: git https://github.com/nektro/zig-tracer |