morbig 0.11.0-1 source package in Ubuntu

Changelog

morbig (0.11.0-1) unstable; urgency=medium

  * New upstream version 0.11.0
  * Drop patch fix_yojson_2, this issue has been fixed upstream
  * Depend on minimal version 4.11 of ocaml, following upstream's README
  * Drop override of dh_installexamples since it is no longer needed,
    upstream dropped the annoying .gitignore file in the examples directory
  * Drop override of dh_dwz since dwz has been fixed to not fail on binaries
    without debug information.
  * clean target: remove src/_build and src/morbig.docdir (closes: #1047349)

 -- Ralf Treinen <email address hidden>  Thu, 29 Feb 2024 23:31:15 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
morbig_0.11.0-1.dsc 2.2 KiB c988bfd165bd4f57fca95630061eefc795574abc452e13de496a80dac0fc5392
morbig_0.11.0.orig.tar.xz 95.8 KiB 162aa377ae19cf4d72e59e7473d75176bc8498f95e2d4d8921262ee1230de8eb
morbig_0.11.0-1.debian.tar.xz 4.9 KiB 6a53fb0db8d06da54be9483309f05f97381633ceade0ae16d7875ccc38eb33f1

No changes file available.

Binary packages built by this source

libmorbig-ocaml-dev: 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.

libmorbig-ocaml-dev-dbgsym: debug symbols for libmorbig-ocaml-dev
morbig: 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.

morbig-dbgsym: debug symbols for morbig