Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtoonstra/pprzbus-ocaml
Ocaml interface package for pprzbus
https://github.com/gtoonstra/pprzbus-ocaml
Last synced: 1 day ago
JSON representation
Ocaml interface package for pprzbus
- Host: GitHub
- URL: https://github.com/gtoonstra/pprzbus-ocaml
- Owner: gtoonstra
- Created: 2015-01-25T12:03:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T21:28:44.000Z (almost 10 years ago)
- Last Synced: 2023-08-02T05:22:18.620Z (over 1 year ago)
- Language: OCaml
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
OCaml (caml.org) bindings for the Ivy library (http://www.eei.cena.fr/products/ivy/).
Two libraries are provided:
- pprzbus-ocaml, running with the Ivy main loop (module IvyLoop)
- glibpprzbus-ocaml, running with the Glib main loop (provided by lablgtk)Installation:
- Requires the OCaml compiler and the ivy-c library
- "make" to compile
- "make install" to set the files (DESTDIR may be specified)
- "examples" directory contains the ivyprobe program for both main loops
("make ivyivyprobe.out" and "make glibivyprobe.out")Documentation:
- The Ivy documentation (http://www.eei.cena.fr/products/ivy/)
- The .mli files (ivy.mli, ivyLoop.mli and glibIvy.mli)Maintainer: Gautier Hattenberger (gautier dot hattenberger at enac dot fr)