ocaml-crunch 4.0.0-1 source package in Ubuntu
Changelog
ocaml-crunch (4.0.0-1) unstable; urgency=medium * New upstream release -- Stéphane Glondu <email address hidden> Fri, 28 Feb 2025 08:40:33 +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 | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocaml-crunch_4.0.0-1.dsc | 2.1 KiB | 519e1c29026f1cda3177ced1cd6f3d9acbea0098e08fc2ad8b294bec881e67a2 |
ocaml-crunch_4.0.0.orig.tar.bz2 | 43.7 KiB | 939b8d1129ed6c634cb0f9ccc6f6d44aa1703cd05ce6091f2ee2a0162944b89b |
ocaml-crunch_4.0.0-1.debian.tar.xz | 2.1 KiB | 4143d16a86988edb8030a2d8d6625aa48a4327de2d247d8f4c2e553c854862e6 |
Available diffs
No changes file available.
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