|
3 | 3 |
|
4 | 4 | [](https://developer.apple.com/osx/)
|
5 | 5 | [](https://developer.apple.com/swift/)
|
6 |
| -[](https://developer.apple.com/xcode/) |
| 6 | +[](https://developer.apple.com/xcode/) |
7 | 7 | [](https://github.com/Carthage/Carthage)
|
8 | 8 | [](https://raw.githubusercontent.com/objecthub/swift-lispkit/master/LICENSE)
|
9 | 9 |
|
@@ -68,6 +68,7 @@ _LispKit_ provides support for the following core features, many of which are ba
|
68 | 68 | [`(lispkit core)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Core),
|
69 | 69 | [`(lispkit control)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Control),
|
70 | 70 | [`(lispkit system)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-System),
|
| 71 | + [`(lispkit system os)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-System-OS), |
71 | 72 | [`(lispkit box)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box),
|
72 | 73 | [`(lispkit math)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math),
|
73 | 74 | [`(lispkit list)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-List),
|
@@ -101,6 +102,7 @@ _LispKit_ provides support for the following core features, many of which are ba
|
101 | 102 | [`(lispkit disjoint-set)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Disjoint-Set),
|
102 | 103 | `(lispkit wt-tree)`,
|
103 | 104 | `(lispkit comparator)`,
|
| 105 | + `(lispkit combinator)`, |
104 | 106 | `(lispkit logic)`,
|
105 | 107 | `(lispkit clos)`,
|
106 | 108 | `(lispkit test)`,
|
@@ -291,8 +293,9 @@ command-line tool, all that is needed is the Swift Package Manager. For compilin
|
291 | 293 | the command-line tool directly in Xcode, the Swift Package Manager is not needed.
|
292 | 294 |
|
293 | 295 | - [Swift 5.1](https://developer.apple.com/swift/)
|
294 |
| -- [Xcode 11.4](https://developer.apple.com/xcode/) |
| 296 | +- [Xcode 11.5](https://developer.apple.com/xcode/) |
295 | 297 | - [Swift Package Manager](https://swift.org/package-manager/)
|
296 | 298 | - [NumberKit](http://github.com/objecthub/swift-numberkit)
|
297 | 299 | - [MarkdownKit](http://github.com/objecthub/swift-markdownkit)
|
298 | 300 | - [CommandLineKit](http://github.com/objecthub/swift-commandlinekit)
|
| 301 | +- [SQLiteExpress](http://github.com/objecthub/swift-sqliteexpress) |
0 commit comments