morbig 0.10.4-7build2 source package in Ubuntu

Changelog

morbig (0.10.4-7build2) noble; urgency=medium

  * Rebuild against 'new OCAML ABIs'.

 -- Gianfranco Costamagna <email address hidden>  Fri, 15 Dec 2023 07:54:34 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
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.10.4.orig.tar.xz 87.7 KiB ff1ce9739d58e258a949182e5bfe2475334c0156056229d315690aa14a82ab21
morbig_0.10.4-7build2.debian.tar.xz 5.1 KiB 7905271ba6f91e625d58fbb86cd1d4f59addf38f085088eaaff43c28ca3b3f20
morbig_0.10.4-7build2.dsc 2.2 KiB 1d0156f8577da27e5c0a9dd2d2dcbc8d21d32a08ffa0bebc6309f3cdc761a983

Available diffs

View changes file

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