ak-coram / cl-duckdb

Common Lisp CFFI wrapper around the DuckDB C API
https://github.com/ak-coram/cl-duckdb/blob/main/README.org
MIT License
36 stars 1 forks source link

Phrase out trivia dependency #27

Closed Symbolics closed 1 year ago

Symbolics commented 1 year ago

Trivia is (was?) a transitive dependency, possibly via ironclad via uuid. It's definitely not from ascii-table, spark nor let-plus. Mostly this is a reminder to check (is there a way to print the dependency tree with ASDF? That would be quite useful).

ak-coram commented 1 year ago

With PR #28 now merged, trivia is not a dependency of cl-duckdb anymore. I don't know whether a dependency tree can be printed with ASDF, but it would be indeed useful.