Skip to content

Commit 8dd664d

Browse files
committed
Update documentation.
1 parent 73e09ba commit 8dd664d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Platform: macOS](https://img.shields.io/badge/Platform-macOS-blue.svg?style=flat)](https://developer.apple.com/osx/)
55
[![Language: Swift 5.1](https://img.shields.io/badge/Language-Swift%205.1-green.svg?style=flat)](https://developer.apple.com/swift/)
6-
[![IDE: Xcode 11.4](https://img.shields.io/badge/IDE-Xcode%2011.4-orange.svg?style=flat)](https://developer.apple.com/xcode/)
6+
[![IDE: Xcode 11.5](https://img.shields.io/badge/IDE-Xcode%2011.5-orange.svg?style=flat)](https://developer.apple.com/xcode/)
77
[![Carthage: compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
88
[![License: Apache](http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat)](https://raw.githubusercontent.com/objecthub/swift-lispkit/master/LICENSE)
99

@@ -68,6 +68,7 @@ _LispKit_ provides support for the following core features, many of which are ba
6868
[`(lispkit core)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Core),
6969
[`(lispkit control)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Control),
7070
[`(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),
7172
[`(lispkit box)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Box),
7273
[`(lispkit math)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Math),
7374
[`(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
101102
[`(lispkit disjoint-set)`](https://github.com/objecthub/swift-lispkit/wiki/LispKit-Disjoint-Set),
102103
`(lispkit wt-tree)`,
103104
`(lispkit comparator)`,
105+
`(lispkit combinator)`,
104106
`(lispkit logic)`,
105107
`(lispkit clos)`,
106108
`(lispkit test)`,
@@ -291,8 +293,9 @@ command-line tool, all that is needed is the Swift Package Manager. For compilin
291293
the command-line tool directly in Xcode, the Swift Package Manager is not needed.
292294

293295
- [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/)
295297
- [Swift Package Manager](https://swift.org/package-manager/)
296298
- [NumberKit](http://github.com/objecthub/swift-numberkit)
297299
- [MarkdownKit](http://github.com/objecthub/swift-markdownkit)
298300
- [CommandLineKit](http://github.com/objecthub/swift-commandlinekit)
301+
- [SQLiteExpress](http://github.com/objecthub/swift-sqliteexpress)

0 commit comments

Comments
 (0)