Skip to content

PinkDiamond1/X11Kit

 
 

Repository files navigation

X11Kit

X11 hash functions Swift adapter.

Requirements

Installation

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development, but X11Kit does support its use on supported platforms.

Once you have your Swift package set up, adding X11Kit as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/horizontalsystems/X11Kit.git", .upToNextMajor(from: "1.0.0"))
]

License

X11Kit is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.7%
  • Swift 1.8%
  • Objective-C 1.5%