libedax4dart 0.12.4-beta copy "libedax4dart: ^0.12.4-beta" to clipboard
libedax4dart: ^0.12.4-beta copied to clipboard

outdated

Dart wrapper for libedax. With using libedax4dart, you can execute functions equivalent to edax.

libedax4dart #

dart-channel

Dart wrapper for libedax.
With using libedax4dart, you can execute functions equivalent to edax commands.

Usage #

  1. Add libedax4dart under dependencies in your pubspec.yaml.
  2. Add your libedax assets in the path which you like.
    If you don't have yours, you can also download from here.
  • (Required) dynamic library
    • macos: libedax.dylib
    • windows: libedax-x64.dll
    • linux: libedax.so
  • (Optional) data for edax
    • book.dat
    • eval.dat
  1. With using LibEdax, you can run edax commands !

Real World example is https://github.com/sensuikan1973/pedax.

Document #

Reference #


Development #

Dart CI Integration Test codecov

commands #

run example

cd example && pub get && cd ..
dart example/example.dart

format

dart format --fix -l 120 .

test

pub run test .

analyze

dart analyze .

document

dartdoc && open doc/api/index.html

change libedax bin

# After you edit .libedax-version, run this.
libedax_build_command="make libbuild ARCH=x64-modern COMP=gcc OS=osx" dst="." ./scripts/build_libedax.sh

reference #

4
likes
0
pub points
42%
popularity

Publisher

verified publisherdone-sensuikan1973.com

Dart wrapper for libedax. With using libedax4dart, you can execute functions equivalent to edax.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

ffi, gviz, meta

More

Packages that depend on libedax4dart