Overview
Comment: | Fix dependencies in .egg. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk | 0.3 |
Files: | files | file ages | folders |
SHA3-256: |
684c2162fd0eb6283fc83bdeb7fd2651 |
User & Date: | cmb on 2022-12-18 17:17:42 |
Other Links: | manifest | tags |
Context
2022-12-18
| ||
17:17 | Fix dependencies in .egg. Leaf check-in: 684c2162fd user: cmb tags: trunk, 0.3 | |
15:18 | Update documentation. check-in: b16cbf764b user: cmb tags: trunk | |
Changes
Modified ssql.egg from [1b46c620eb] to [bd589fe1fb].
1 2 | ((synopsis "SQL as S-expressions") (category db) | | | 1 2 3 4 5 6 7 8 9 10 11 | ((synopsis "SQL as S-expressions") (category db) (dependencies matchable srfi-1 srfi-13) (test-dependencies test) (license "BSD") (author "Peter Bex, Moritz Heidkamp, Chris Brannon") (components (extension ssql (component-dependencies foops)) (extension foops))) |