File: control

package info (click to toggle)
lmod 6.6-0.4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,716 kB
  • sloc: sh: 3,714; python: 967; makefile: 721; tcl: 695; perl: 495; csh: 85; ansic: 35
file content (35 lines) | stat: -rw-r--r-- 1,160 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
31
32
33
34
35
Source: lmod
Section: devel
Priority: optional
Maintainer: Aaron Zauner <azet@azet.org>
Build-Depends: autotools-dev,
               debhelper (>= 9),
               lua-filesystem,
               lua-json,
               lua-posix,
               lua-term,
               lua5.2,
               procps,
               tcl
Standards-Version: 3.9.8
Homepage: https://www.tacc.utexas.edu/tacc-projects/lmod
Vcs-Git: git://github.com/azet/lmod-deb.git
Vcs-Browser: https://github.com/azet/lmod-deb

Package: lmod
Architecture: any
Depends: lua-filesystem,
         lua-json,
         lua-posix,
         lua-term,
         lua5.2,
         tcl,
         ${misc:Depends}
Conflicts: environment-modules
Description: Lua based environment modules
 Lmod is a Lua based module system that easily handles the MODULEPATH
 Hierarchical problem. Environment Modules provide a convenient way to
 dynamically change the users' environment through modulefiles. This
 includes easily adding or removing directories to the PATH environment
 variable. Modulefiles for Library packages provide environment variables
 that specify where the library and header files can be found.