File: control

package info (click to toggle)
libomp-jonathonl 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: cpp: 432; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libomp-jonathonl
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/omp
Vcs-Git: https://salsa.debian.org/med-team/omp.git
Homepage: https://github.com/jonathonl/omp
Rules-Requires-Root: no

Package: libomp-jonathonl-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parallel programming library
 Omp is a simple parallel programming library that mimics OpenMP
 syntax.