factplusplus-d 0.0.2

FaCT++ ported to D Language


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

factplusplus-d

FaCT++ import to dlang

To rebuild FaCT++ library

Download FaCT++ sources https://bitbucket.org/dtsarkov/factplusplus Build using cmake

htod is used to re-create the header. The typedefs and variadics are manually edited to use std.typecons and core.stdc.stdarg respectively.

To compile fact_test.d:

On Posix:

dmd -Isource facttest.d posix/bin64-debug/libfact.so LDLIBRARYPATH=posix/bin64-debug/ ./facttest

On Windows:

dmd -m64 -Isource fact_test.d windows/bin64-debug/fact.lib copy windows/bin64-debug/fact.dll .

fact_test.exe

dmd -m32mscoff -Isource fact_test.d windows/bin32-debug/fact.lib copy windows/bin32-debug/fact.dll .

fact_test.exe

Authors:
  • Mark Fisher
Dependencies:
none
Versions:
0.0.2 2017-Aug-02
0.0.1 2017-Aug-02
~master 2018-Mar-01
~v0.0.1 2017-Aug-02
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 25 downloads total

Score:
0.6
Short URL:
factplusplus-d.dub.pm