logo

Fortran Package Manager

  • Installation
  • Tutorial
    • First steps with fpm
    • Adding dependencies
    • Extending fpm with plugins
  • How-To
    • Computing PI with OpenMP
  • Reference
    • Manifest reference
    • Built-in dependencies („Metapackages“)
    • compile_commands.json
    • API documentation
  • Design
    • The fpm logo
  • Registry
    • Settings
    • Package upload
    • Module name requirements
  • News

· cn · cs · de · en · es · fr · ja · nl · pt · ru ·

Specifications and Reference

Specifications and Reference¶

Poznámka

This section contains the specifications the components of the Fortran Package Manager.

Tip

The generated API documentation of the fpm internals can be found here.

  • Manifest reference
    • Project name
    • Project version
    • Project license
    • Project maintainer
    • Project author
    • Project copyright
    • Project description
    • Project categories
    • Project keywords
    • Project homepage
    • Project targets
      • Library configuration
        • Include directory
      • Executable targets
      • Example targets
      • Test targets
    • Link external libraries
    • Use system-installed modules
    • Automatic target discovery
    • Fortran features
      • Implicit typing
      • Implicit external
      • Source form
    • Specifying dependencies
      • Dependencies from version control systems
      • Dependencies from a registry
        • Namespace
        • Version
      • Local dependencies
      • Dependency-specific macro setting
      • Development dependencies
    • Installation configuration
    • Preprocessor configuration
      • Specifying the preprocessor
    • Additional free data field
  • Built-in dependencies („Metapackages“)
    • fortran-lang Standard Library (stdlib)
    • fortran-lang MINPACK
    • OpenMP
    • MPI
    • HDF5
    • NetCDF
  • compile_commands.json
    • Purpose
    • How It Works
    • Example
    • Working with the File
    • Limitations
  • API documentation

předchozí

Computing PI with OpenMP

další

Manifest reference

Podle fpm contributors
© autorská práva 2021 Fortran programming language community.