https://github.com/liblouis/liblouis-java
Java bindings for liblouis
https://github.com/liblouis/liblouis-java
jna
Last synced: 12 months ago
JSON representation
Java bindings for liblouis
- Host: GitHub
- URL: https://github.com/liblouis/liblouis-java
- Owner: liblouis
- License: lgpl-3.0
- Created: 2012-07-22T13:22:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T22:36:01.000Z (about 2 years ago)
- Last Synced: 2025-06-25T18:15:22.072Z (about 1 year ago)
- Topics: jna
- Language: Java
- Homepage:
- Size: 1.48 MB
- Stars: 4
- Watchers: 4
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[liblouis-java][]
=================
[](https://travis-ci.org/liblouis/liblouis-java)
Java bindings to [liblouis][], an open-source braille translator and back-translator.
The bindings are based on [JNA][].
Building
--------
* `mvn clean` will remove generated files
* `mvn package` will build the JAR
Deploying
--------
* `mvn deploy -Psonatype-oss-release` will deploy to Sonatype OSS
Authors
-------
+ [Bert Frees][bert]
License
-------
Copyright 2012 [Bert Frees][bert]
This program is free software: you can redistribute it and/or modify
it under the terms of the [GNU Lesser General Public License][lgpl]
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 Lesser General Public License for more details.
[liblouis-java]: http://github.com/bertfrees/liblouis-java
[liblouis]: http://code.google.com/p/liblouis/
[jna]: https://github.com/twall/jna
[bert]: http://github.com/bertfrees
[lgpl]: http://www.gnu.org/licenses/lgpl.html