File: README

package info (click to toggle)
ocaml-tools 20120103-13
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 284 kB
  • sloc: makefile: 253; ml: 250
file content (38 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (9)
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
32
33
34
35
36
37
38
This archive contains standard, useful autoconf macros for detecting
OCaml, findlib, OCaml packages, etc.

http://forge.ocamlcore.org/projects/ocaml-autoconf/

Authors
----------------------------------------------------------------------

* Olivier Andrieu
* Jean-Christophe Filliâtre
* Richard W.M. Jones
* Georges Mariano
* Stefano Zacchiroli

Requirements
----------------------------------------------------------------------

To build the manual page, you'll need 'perldoc' (part of Perl).

Building
----------------------------------------------------------------------

To build the manual page, etc., do:

  make

To install the manual page and macro centrally, do:

  make install

Using
----------------------------------------------------------------------

Copy ocaml.m4 into the autoconf macros directory (usually m4/) of your
project.  Read the ocaml.m4 manual page for the details of how to use
the macros.

  man ocaml.m4