Skip to content

kenohassler/openconnect-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openconnect-sys

This crate provides auto-generated FFI bindings for OpenConnect, the open client for Cisco AnyConnect.

Dependencies

The crate links dynamically to your local version of libopenconnect. In the build process, pkg-config is used to find the library.

macOS

Install using Homebrew:

brew install openconnect pkg-config

Debian-based Linux

Install using apt:

sudo apt install libopenconnect-dev pkg-config

License

OpenConnect is licensed under GNU LGPL v2.1. This crate links dynamically to the library, allowing the crate to be permissively licensed (MIT OR Apache-2.0).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published