Skip to content

clausecker/openkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Go wrapper for the libopenkey. The wrapper ships its own copy of
the libopenkey that is based on the state of 2013-05-22. The code in this
wrapper is untested. Please use with caution.

This project uses Go modules.  The current release is v0.3.0.
You can import the module using an import statement like this:

    import "github.com/clausecker/openkey"

Copyright (c) 2014, 2021 Robert Clausecker <fuzxxl@gmail.com>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

This project contains code from the libopenkey project. Its copyright notice
is reproduced below.

Copyright (C) 2013, Henryk Plötz
    
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>

About

Wrapper for the libopenkey

Resources

License

Stars

Watchers

Forks

Packages

No packages published