OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.7 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../dyncall/dyncall.desc
  5. [COPY] Copyright (C) 2011 The OpenSDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  14. [I] A virtual interface to call C functions in a completely dynamic manner
  15. [T] The dyncall library encapsulates architecture-, OS- and compiler-specific
  16. [T] function call semantics in a virtual "bind argument parameters from left to
  17. [T] right and then call" interface allowing programmers to call C functions in
  18. [T] a completely dynamic manner. In other words, instead of calling a function
  19. [T] directly, the dyncall library provides a mechanism to push the function
  20. [T] parameters manually and to issue the call afterwards. This means, that a
  21. [T] program can determine at runtime what function to call, and what parameters
  22. [T] to pass to it. The library is written in C and assembly and provides a very
  23. [T] simple C interface to program against.
  24. [U] http://dyncall.org/
  25. [A] Daniel Adler <dadler@uni-goettingen.de>
  26. [A] Tassilo Philipp <tphilipp@potion-studios.com>
  27. [M] The OpenSDE Community <list@opensde.org>
  28. [C] extra/development
  29. [L] OpenSource
  30. [S] Stable
  31. [V] 0.6
  32. [P] X -----5---9 200.000
  33. [D] 2583443207 dyncall-0.6.tar.gz http://dyncall.org/r0.6/