ocamldsort 0.16.0-8 source package in Ubuntu

Changelog

ocamldsort (0.16.0-8) unstable; urgency=medium

  * Team upload
  * Depend on ocaml instead of transitional ocaml-nox

 -- Stéphane Glondu <email address hidden>  Tue, 12 Sep 2023 07:48:07 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
ocamldsort_0.16.0-8.dsc 1.8 KiB 0058e1fb809b2a36b262f3a495f8ba2b11a362752aac4500da56871b404dd1ea
ocamldsort_0.16.0.orig.tar.gz 41.4 KiB df9eb91c615748b61c590e58efdf30dbc4ea0a50974e0a4dbec27c527ed8753b
ocamldsort_0.16.0-8.debian.tar.xz 4.2 KiB 78953e67b96264cf13421fd58cd6d31be07c3d94cf835ef505d14f259be98eea

No changes file available.

Binary packages built by this source

ocamldsort: dependency sorter for OCaml source files

 The ocamldsort command scans a set of Objective Caml source files (.ml
 and .mli files), sorts them according to their dependencies and prints
 the sorted files in order to link their corresponding .cmo files.
 .
 ocamldsort can be used to compile and link simple projects with one
 command.
 .
 However for larger projects where separate compilation is desirable,
 ocamldsort can also be used from within a makefile as described in the
 documentation.

ocamldsort-dbgsym: debug symbols for ocamldsort