forked from cran/rdyncall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: rdyncall
Version: 0.7.5
Date: 2012-09-12
Title: Improved Foreign Function Interface (FFI) and Dynamic Bindings
to C Libraries (e.g. OpenGL)
Author: Daniel Adler <[email protected]>
Maintainer: Daniel Adler <[email protected]>
Depends: R (>= 2.4)
Description: The package provides a cross-platform framework for
dynamic binding of C libraries using a flexible Foreign
Function Interface (FFI). The FFI supports almost all
fundamental C types, multiple calling conventions, symbolic
access to foreign C struct/union data types and wrapping of R
functions as C callback function pointers. Dynamic bindings to
shared C libraries are data-driven by cross-platform binding
specification using a compact plain text format ; an initial
repository of bindings to a couple of common C libraries
(OpenGL, SDL, Expat, glew, CUDA, OpenCL, ODE, R) comes with the
package. The package includes a variety of technology demos
and OS-specific notes for installation of shared libraries.
License: BSD
URL: http://dyncall.org
Packaged: 2012-09-12 11:14:32 UTC; dadler
Repository: CRAN
Date/Publication: 2012-09-12 14:55:02