spoa-sys 0.2.1

Low-level bindings to the spoa C++ library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###########
# Headers #
###########

spoa_include_directories = include_directories(['.'])

if meson.is_subproject()
  subdir_done()
endif

install_headers(
  files([
    'spoa/alignment_engine.hpp',
    'spoa/graph.hpp',
    'spoa/spoa.hpp',
    'spoa/version.hpp',
  ]),
  subdir : 'spoa')