Source: ocamldsort Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Ralf Treinen Build-Depends: debhelper (>= 10), ocaml-nox (>= 3.09.0), camlp4, dh-ocaml (>= 0.9) Standards-Version: 3.9.8 Homepage: http://iml.univ-mrs.fr/~ara/programmes.html.en Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/ocamldsort.git Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocamldsort.git Package: ocamldsort Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends} Description: 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.