docs(readme): major readme update

This commit is contained in:
2025-06-21 16:54:23 -04:00
parent 970ea299fe
commit a5639cca58
8 changed files with 184 additions and 8 deletions

View File

@@ -34,4 +34,15 @@ subdir('assets/static')
subdir('src')
subdir('tests')
pkg = import('pkgconfig')
pkg.generate(
name: 'gridfire',
description: 'GridFire nuclear reaction network solver',
version: meson.project_version(),
libraries: [libnetwork, libcomposition],
subdirs: ['gridfire'],
filebase: 'gridfire',
install_dir: join_paths(get_option('libdir'), 'pkgconfig')
)