File: control

package info (click to toggle)
morbig 0.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,076 kB
  • sloc: ml: 3,298; sh: 622; ansic: 224; makefile: 196
file content (49 lines) | stat: -rw-r--r-- 2,107 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: morbig
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>,
Build-Depends: debhelper (>= 12), dh-ocaml,
 ocaml-nox (>= 4.02.3),
 ocamlbuild | ocaml-nox (<< 4.05),
 ocaml-findlib,
 menhir (>= 20170509),
 libmenhir-ocaml-dev (>= 20170509),
 libppx-deriving-yojson-ocaml-dev,
 libppx-visitors-ocaml-dev,
 libyojson-ocaml-dev (>= 1.3.2),
Standards-Version: 4.3.0
Homepage: https://github.com/colis-anr/morbig
Vcs-Git: https://salsa.debian.org/ocaml-team/morbig.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/morbig

Package: libmorbig-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Suggests: ocaml-findlib
Provides: ${ocaml:Provides}
Description: OCaml libraries of the morbig shell parser (development files)
 Morbig is a parser for shell scripts that are written in the POSIX
 shell script language. It parses the scripts statically, that is
 without executing them, and constructs a concrete syntax tree for
 each of them. The concrete syntax trees are built using constructors
 according to the shell grammar of the POSIX standard.
 .
 This package contains the development stuff you need to use morbig for
 the development of programs. It provides, among others, functions for
 parsing shell scripts, the type definition of concrete syntax trees,
 and functions for reading and writing concrete syntax trees.

Package: morbig
Section: devel
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}, xz-utils
Description: Parser for POSIX shell scripts
 Morbig is a parser for shell scripts that are written in the POSIX
 shell script language. It parses the scripts statically, that is
 without executing them, and constructs a concrete syntax tree for
 each of them.  The concrete syntax trees are built using constructors
 according to the shell grammar of the POSIX standard.
 .
 This package contains the parser tool which allows you to parse shell
 scripts, and to obtain their concrete syntax tree in various formats.