Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/choefele/cshapelib

Module map to use shapelib with Swift's package manager
https://github.com/choefele/cshapelib

Last synced: about 2 months ago
JSON representation

Module map to use shapelib with Swift's package manager

Awesome Lists containing this project

README

        

# CShapelib
Module map to use [shapelib](http://shapelib.maptools.org) with [Swift's package manager](https://github.com/apple/swift-package-manager/blob/master/Documentation/SystemModules.md)

## Example

```Swift
import PackageDescription

let package = Package(
dependencies: [
.Package(url: "https://github.com/choefele/CShapelib.git", majorVersion: 1)
]
)
```