Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadjoan/libsane
Binding for the Scanner Access Now Easy API.
https://github.com/chadjoan/libsane
Last synced: 18 days ago
JSON representation
Binding for the Scanner Access Now Easy API.
- Host: GitHub
- URL: https://github.com/chadjoan/libsane
- Owner: chadjoan
- Created: 2013-04-23T01:56:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-23T03:03:14.000Z (over 11 years ago)
- Last Synced: 2024-07-31T22:56:38.913Z (3 months ago)
- Language: C
- Size: 109 KB
- Stars: 15
- Watchers: 18
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
libsane
=======D bindings for the [Scanner Access Now Easy API](http://www.sane-project.org/).
SANE is a very simple API, so these bindings should be complete.
These bindings come with unittests to ensure that your D compiler and C compiler agree on the types used by SANE and the layout of the structs used by SANE. The files for this are `deimos/sane/bindingtests.d` and `deimos/sane/bindingtestsc.c`. See `examples/dotests.d` for usage.