1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: ocaml-fileutils
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml-nox,
ocaml-dune,
libounit-ocaml-dev,
dh-ocaml
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/gildor478/ocaml-fileutils
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-fileutils.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-fileutils
Package: libfileutils-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: File manipulation for OCaml
This library provides some functions which operate on the file system
for the Objective Caml (OCaml) programming language. The aim is to enhance
the basic functionality provided by the OCaml standard Filename module.
.
It provides functions, written in pure OCaml, for manipulating files (mv, cp,
mkdir et al) and abstract filename (make_relative, make_absolute et al).
|