File: control

package info (click to toggle)
ocamlmakefile 6.37.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 320 kB
  • ctags: 64
  • sloc: ml: 180; makefile: 55; ansic: 7
file content (22 lines) | stat: -rw-r--r-- 972 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ocamlmakefile
Section: ocaml
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>,
 Samuel Mimram <smimram@debian.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/ocamlmakefile.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocamlmakefile.git
Homepage: http://mmottl.github.io/ocaml-makefile/

Package: ocamlmakefile
Architecture: all
Depends: ${misc:Depends} 
Recommends: ocaml-nox
Description: general makefile for the Objective Caml programming language
 OCamlMakefile is a general makefile which allows a programmer to
 create quickly customized makefiles for a project written in the
 Objective Caml programming language. Typically, a customized makefile
 consists of the definition of a few variables, and an inclusion of
 the general makefile provided by this package.