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
  
     | 
    
      Source: fortran-testdrive
Section: utils
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Standards-Version: 4.7.2
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-fortran-mod,
 gfortran,
 meson
Homepage: https://github.com/fortran-lang/test-drive
Vcs-Browser: https://salsa.debian.org/science-team/fortran-testdrive.git
Vcs-Git: https://salsa.debian.org/science-team/fortran-testdrive.git
Package: libfortran-testdrive-dev
Architecture: any
Depends: ${misc:Depends},${fortran:Depends},
 libfortran-testdrive-0 ( = ${binary:Version})
Recommends: pkgconf
Description: Simple Fortran testing framework - devel files
 This project offers a lightweight, procedural unit testing framework
 based on nothing but standard Fortran. Integration with meson,
 cmake and Fortran package manager (fpm) is available.
Package: libfortran-testdrive-0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple Fortran testing framework - library
 This project offers a lightweight, procedural unit testing framework
 based on nothing but standard Fortran. Integration with meson,
 cmake and Fortran package manager (fpm) is available.
 
     |