An open API service indexing awesome lists of open source software.

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

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)..