Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 632 Bytes

File metadata and controls

23 lines (21 loc) · 632 Bytes

project: ooflib project_dir: ./src output_dir: ./doc exclude_dir: ./doc project_github: https://github.com/furstj/ooflib.git project_website: http://github.com summary: Object Oriented Fortran Library author: Jiri Furst github: https://github.com/furstj email: jiri.furst@gmail.com docmark_alt: # display: public protected private macro: TEST LOGIC=.true.

This is my attempt to develop pure fortran library approximating some usefull concepts from C++ STL or Boost libraries.

@Note

  • the library relies highly on Fortran 2003/2008 features, so it needs decent compiler (ested with gfortran-5.2)