An open API service indexing awesome lists of open source software.

https://github.com/bogdanp/racket-libsqlite3

This package distributes libsqlite3 as a Racket package for Linux and macOS.
https://github.com/bogdanp/racket-libsqlite3

libsqlite3 racket sqlite3

Last synced: 2 months ago
JSON representation

This package distributes libsqlite3 as a Racket package for Linux and macOS.

Awesome Lists containing this project

README

        

# racket-libsqlite3

[![build](https://github.com/Bogdanp/racket-libsqlite3/actions/workflows/push.yml/badge.svg)](https://github.com/Bogdanp/racket-libsqlite3/actions/workflows/push.yml)

This package distributes recent versions of [libsqlite3] as a Racket
package for Linux, macOS and Windows.

The dynamic libraries are built on the following systems:

| Package | OS/Version | Compatibility |
|---------------------------|--------------|-------------------|
| libsqlite3-aarch64-linux | Debian 10 | Debian 10 and up |
| libsqlite3-x86_64-linux | Debian 10 | Debian 10 and up |
| libsqlite3-aarch64-macosx | macOS 13 | macOS 13 and up |
| libsqlite3-x86_64-macosx | macOS 13 | macOS 13 and up |
| libsqlite3-i386-win32 | Windows 2019 | Windows 10 and up |
| libsqlite3-x86_64-win32 | Windows 2019 | Windows 10 and up |

[libsqlite3]: https://github.com/sqlite/sqlite