https://github.com/flightaware/swift-tcl8.6
Swift modulemap for Tcl8.6
https://github.com/flightaware/swift-tcl8.6
Last synced: about 1 month ago
JSON representation
Swift modulemap for Tcl8.6
- Host: GitHub
- URL: https://github.com/flightaware/swift-tcl8.6
- Owner: flightaware
- Created: 2017-07-31T14:18:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T14:25:16.000Z (almost 9 years ago)
- Last Synced: 2023-04-18T10:34:09.702Z (about 3 years ago)
- Language: C
- Size: 3.91 KB
- Stars: 2
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftTcl8_6
A Swift modulemap for libtcl8.6 support in Swift.
### Installation
```
make install
```
### Usage
You use this modulemap to provide the Swift bindings to the Tcl8.6 C functions. Therefore, you have to include this as
a dependency of another module.
```
import PackageDescription
let package = Package(
name: "SwiftTcl",
dependencies: [ .Package(url: "https://github.com/flightaware/swift-tcl8.6.git", versions: Version(1,0,0)..