File: control

package info (click to toggle)
ocamlwc 0.3-15
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: makefile: 84; ml: 55; sh: 3
file content (20 lines) | stat: -rw-r--r-- 815 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: ocamlwc
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Georg Neis <gn@oglaroon.de>,
 Ralf Treinen <treinen@debian.org>,
 Stéphane Glondu <glondu@debian.org>
Build-Depends: debhelper (>= 11), dh-ocaml
Build-Depends-Indep: ocaml-nox (>= 3.11.1-3~)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlwc.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlwc
Homepage: http://www.lri.fr/~filliatr/software.en.html

Package: ocamlwc
Architecture: all
Depends: ${ocaml:Depends}, ${misc:Depends}
Description: count the lines of code and comments in OCaml sources
 ocamlwc is a program to count the number of lines of code and documentation
 in OCaml sources.  It assumes the files to be lexically well-formed.