forked from danmey/typerex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typerex.ocp.in
41 lines (35 loc) · 1.69 KB
/
typerex.ocp.in
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
39
40
41
(**************************************************************************)
(* *)
(* TypeRex OCaml Tools *)
(* *)
(* OCamlPro *)
(* *)
(* Copyright 2011-2012 OCamlPro *)
(* All rights reserved. See accompanying files for the terms under *)
(* which this file is distributed. In doubt, contact us at *)
(* [email protected] (http://www.ocamlpro.com/) *)
(**************************************************************************)
version = "@PACKAGE_VERSION@"
copyright = [ "OCamlPro/INRIA 2011-2013" ]
authors = [
"Fabrice Le Fessant <[email protected]>"
"Thomas Gazagnaire <[email protected]>"
"Çagdas Bozman <[email protected]>"
"Pierre Chambart <[email protected]>"
"Louis Gesbert <[email protected]>"
]
(* If it is not specified otherwise: *)
license = [ "GPLv3" ]
datadir = [ "@datadir@" ]
begin library "typerex"
meta = true
end
bundle = [ "typerex" ]
(* We don't need to do that ... as ocp-build does it for us. It is
better to use ocp-build, as this way, any tool using .ocp files
as a description of the project has a similar view of the project,
without running ./configure.
ocaml_major_version = "@OCAML_MAJOR_VERSION@"
ocaml_minor_version = "@OCAML_MINOR_VERSION@"
ocaml_point_version = "@OCAML_POINT_VERSION@"
*)