File: control

package info (click to toggle)
fortran-fpm 0.12.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,016 kB
  • sloc: f90: 47,650; sh: 394; ansic: 277; makefile: 31; cpp: 30; fortran: 8
file content (30 lines) | stat: -rw-r--r-- 1,347 bytes parent folder | download | duplicates (2)
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
Source: fortran-fpm
Section: utils
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13),
 gfortran | fortran-compiler,
 libfortran-jonquil-dev,
 libfortran-toml-dev ,
 libfortran-regex-dev <!stage1>,
 libfortran-shlex-dev <!stage1>,
 libfortran-cli2-dev  <!stage1>,
 fortran-fpm <!stage1>
Homepage: https://github.com/fortran-lang/fpm
Vcs-Browser: https://salsa.debian.org/science-team/fortran-fpm.git
Vcs-Git: https://salsa.debian.org/science-team/fortran-fpm.git

Package: fortran-fpm
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${fortran:Depends}
Description: Fortran package manager
 Fortran Package Manager (fpm) is a package manager and build system
 for Fortran. Its key goal is to improve the user experience of Fortran
 programmers. It does so by making it easier to build your Fortran program
 or library, run the executables, tests, and examples, and distribute it
 as a dependency to other Fortran projects. Fpm's user interface is modeled
 after Rust's Cargo, so if you're familiar with that tool, you will feel 
 at home with fpm. Fpm's long term vision is to nurture and grow 
 the ecosystem of modern Fortran applications and libraries.