File: control

package info (click to toggle)
codemirror-js 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,216 kB
  • sloc: makefile: 7; sh: 5
file content (23 lines) | stat: -rw-r--r-- 905 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
Source: codemirror-js
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://codemirror.net/
Vcs-Git: git://anonscm.debian.org/pkg-javascript/codemirror-js.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/codemirror-js.git

Package: libjs-codemirror
Architecture: all
Depends:
 ${misc:Depends}
Recommends:
 javascript-common
Description: JavaScript editor interface for code-like content
 CodeMirror is a JavaScript library that can be used to create a relatively
 pleasant editor interface for code-like content -- computer programs, HTML
 markup, and similar.
 If a mode has been written for the language you are editing, the code will
 be coloured, and the editor will optionally help you with indentation.