alemar11 / libc

Wraps `Linux` and `macOS` libc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libc

Wraps Linux and macOS libc.

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. Once you have your Swift package set up, adding Mechanica as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/alemar11/libc.git", from: "0.2.0")
]

Usage

import libc

About

Wraps `Linux` and `macOS` libc.

License:MIT License


Languages

Language:Swift 100.0%