1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
---
project: libPSML
summary: Library to handle Pseudopotential Markup Language files
author: Alberto Garcia
project_dir: ./src
./examples
page_dir: ./doc/pages
output_dir: /tmp/psml-docs
preprocessor: gfortran -E -P
preprocess: true
exclude: strings_helpers.f90
project_website: http://gitlab.com/siesta-project/libraries/libpsml
email: albertog@icmab.es
extensions: f90
F90
docmark: +
predocmark: >
docmark_alt: *
predocmark_alt: <
source: true
graph: false
search: true
license: bsd
display: public
private
protected
extra_filetypes: sh #
inc !
md_extensions: markdown.extensions.toc
---
The library provides an API for parsing PSML files and extracting
information from them.
For more information, and to begin exploring the PSML ecosystem,
check out the [Overview](./page/index.html).
|