File: control

package info (click to toggle)
node-highlightjs-macaulay2 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: javascript: 1,806; makefile: 23
file content (29 lines) | stat: -rw-r--r-- 1,242 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
Source: node-highlightjs-macaulay2
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13),
               dh-nodejs,
               dh-sequence-nodejs,
               macaulay2,
               node-highlight.js,
               node-terser,
               nodejs,
               rollup
Standards-Version: 4.7.3
Homepage: https://github.com/d-torrance/highlightjs-macaulay2
Vcs-Git: https://salsa.debian.org/js-team/node-highlightjs-macaulay2.git
Vcs-Browser: https://salsa.debian.org/js-team/node-highlightjs-macaulay2

Package: node-highlightjs-macaulay2
Architecture: all
Depends: node-highlight.js, ${misc:Depends}
Description: Macaulay2 language support for highlight.js
 This package provides a highlight.js language definition for
 Macaulay2, a software system for research in algebraic geometry and
 commutative algebra. It enables client-side syntax highlighting of
 Macaulay2 source code in environments that use highlight.js, such as
 web pages, documentation systems, and static site generators.
 .
 Node.js is an event-based server-side JavaScript engine.