File: control

package info (click to toggle)
node-prismjs-bibtex 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,084 kB
  • sloc: javascript: 47; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,307 bytes parent folder | download
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-prismjs-bibtex
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Rules-Requires-Root: no
Build-Depends: cmark-gfm,
               debhelper-compat (= 13),
               dh-sequence-nodejs,
               node-prismjs
Standards-Version: 4.7.2
Homepage: https://saswat.padhi.me/prismjs-bibtex/
Vcs-Browser: https://salsa.debian.org/js-team/node-prismjs-bibtex
Vcs-Git: https://salsa.debian.org/js-team/node-prismjs-bibtex.git

Package: node-prismjs-bibtex
Architecture: all
Depends: nodejs:any, ${misc:Depends}
Description: BibTeX language for PrismJS syntax highlighting
 This package provides a BibTeX language definition for PrismJS,
 enabling syntax highlighting for BibTeX files. PrismJS is a
 lightweight syntax highlighting library that uses regular expressions
 to support over 175 languages. This extension adds BibTeX support,
 allowing keywords, entries, and values to be properly highlighted.
 .
 BibTeX is a widely used format for managing bibliographic references,
 commonly used with LaTeX documents. This PrismJS extension is a small
 JavaScript file (~400 bytes gzip-compressed) that can be loaded after
 prism.js to enable BibTeX syntax highlighting.