annotate R/rdyncall/DESCRIPTION @ 61:c5a69c454963 default tip

- allow use of 'None' with 'Z' - bumped version to 1.4 (be in sync current dyncall version)
author Tassilo Philipp
date Mon, 03 Apr 2023 19:06:07 +0200
parents 0cfcc391201f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 Package: rdyncall
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 Version: 0.8.0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 Date: 2014-09-19
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 Title: Improved Foreign Function Interface (FFI) and Dynamic Bindings to C Libraries (e.g. OpenGL)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5 Author: Daniel Adler <dadler@uni-goettingen.de>
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
6 Maintainer: Daniel Adler <dadler@uni-goettingen.de>
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
7 Depends: R (>= 2.4)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
8 Description: The package provides a cross-platform framework for dynamic binding of C libraries using a flexible Foreign Function Interface (FFI).
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
9 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.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
10 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.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
11 The package includes a variety of technology demos and OS-specific notes for installation of shared libraries.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
12 License: file LICENSE
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
13 URL: http://dyncall.org
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
14