readcon-core 0.14.7

An oxidized single and multiple CON file reader and writer with FFI bindings for ergonomic C/C++ usage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_DIR@

Name: readcon-core
Description: CON/convel file reader and writer with FFI, Python, Julia bindings
Version: @PROJECT_VERSION@
URL: https://github.com/lode-org/readcon-core
Libs: -L${libdir} -lreadcon_core
Libs.private: @PC_LIBS_PRIVATE@
Cflags: -I${includedir}