ocaml-crunch 3.3.1-1build2 source package in Ubuntu
Changelog
ocaml-crunch (3.3.1-1build2) oracular; urgency=medium * Rebuild against new OCAML ABI. -- Gianfranco Costamagna <email address hidden> Tue, 24 Sep 2024 23:49:19 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Oracular
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocaml-crunch_3.3.1.orig.tar.bz2 | 43.7 KiB | 2c5ba0d4110bcbb7731cba4eafb6c44a7487c3f88c1ad47401271b69ffa8ed6a |
ocaml-crunch_3.3.1-1build2.debian.tar.xz | 2.2 KiB | c85be74d565864d74f15c3a6fa0fae340fcd3d43eb9d34b86534b05f1a846f2b |
ocaml-crunch_3.3.1-1build2.dsc | 2.1 KiB | 0ec9610189f41721fbab37eec22da24be8ea1068cc6d3ea197c0fdeb673652e6 |
Available diffs
- diff from 3.3.1-1build1 to 3.3.1-1build2 (320 bytes)
Binary packages built by this source
- libcrunch-ocaml: convert a filesystem into a static OCaml module (runtime files)
ocaml-crunch takes a directory of files and compiles them into a
standalone OCaml module which serves the contents directly from
memory. This can be convenient for libraries that need a few embedded
files (such as a web server) and do not want to deal with all the
trouble of file configuration.
.
This package contains runtime files.
- libcrunch-ocaml-dbgsym: debug symbols for libcrunch-ocaml
- libcrunch-ocaml-dev: convert a filesystem into a static OCaml module (dev files)
ocaml-crunch takes a directory of files and compiles them into a
standalone OCaml module which serves the contents directly from
memory. This can be convenient for libraries that need a few embedded
files (such as a web server) and do not want to deal with all the
trouble of file configuration.
.
This package contains development files.
- ocaml-crunch: convert a filesystem into a static OCaml module (tool)
ocaml-crunch takes a directory of files and compiles them into a
standalone OCaml module which serves the contents directly from
memory. This can be convenient for libraries that need a few embedded
files (such as a web server) and do not want to deal with all the
trouble of file configuration.
.
This package contains the command-line tool.
- ocaml-crunch-dbgsym: debug symbols for ocaml-crunch