ASDF for C++¶
asdf-cxx is an open-source prototype implementation of the ASDF Standard in C++ authored by Erik Schnetter. Although not yet feature-complete, the library supports ASDF’s core capabilities of storing metadata in YAML and serializing n-dimensional numerical data arrays.
Installation Requirements¶
Optional libraries for compression and MD5:
Build Instructions¶
$ git clone https://github.com/eschnett/asdf-cxx
$ cd asdf-cxx
$ cmake -B build -S .
$ cmake --build build
$ ctest --test-dir build
$ cmake --install build