KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ocaml-gammu
★ 17
Open GitHub ↗
Cell phone and SIM card access.
Download README (.md)
Explore Similar Repositories
running-death-overdrive
:
Listen to Running Death's album Overdrive
p5.js-education
:
p5 education working group repo
LightFirewall
:
Lightweight firewall built for NodeJs.
osx-mac-menubar-app
:
Menubar application for Mac
ExtremeResults-WebApp
:
A web app for Extreme Results (XR). Built with AngularJS and related technologies.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ocaml-gammu
?
Download (.md)
[](https://travis-ci.org/Chris00/ocaml-gammu) [](https://ci.appveyor.com/project/Chris00/ocaml-gammu) Gammu ===== This is a binding from OCaml to [libGammu](http://wammu.eu/), which provides an abstraction layer to work with different cell phones from different vendors. Install ------- First, you need to install the gammu development files; see [gammu.opam](gammu.opam) to get the right package for your system. The build script will use `pkg-config` to determine the right flags for your system. If `pkg-config` does not work (e.g. you are on Windows), set the environment variable `OCAML_GAMMU_CFLAGS` to the compiler flags to find the header files (e.g. `-I/usr/include/gammu`) and `OCAML_GAMMU_LIBS` to the linking flags (e.g. `-lgammu -lm`). Beware that, if these variables are set, they take precedence over the pkg-config discovery. The easier way to install this library is to use [opam][]: opam install gammu If you prefer to compile by hand, issue `dune build @install` in the directory in which you downloaded this code. To compile the library with debugging output turned on for the C stubs, define the environment variable `OCAML_GAMMU_DEBUG`. [opam]: https://opam.ocaml.org/ Documentation ------------- The documentation is available in [gammu.mli](src/gammu.mli) or [online](https://Chris00.github.io/ocaml-gammu/doc).