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
- Registered by Mark Fisher
- 0.0.2 released 7 years ago
- logicfish/factplusplus-d
- LGPL-2.1
- Copyright © 2017, Mark Fisher
- Authors:
- 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 - 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