forked from mmottl/postgresql-ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
123 lines (105 loc) · 3.39 KB
/
_oasis
File metadata and controls
123 lines (105 loc) · 3.39 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
OASISFormat: 0.4
Name: postgresql
Version: 4.0.1
Synopsis: postgresql-ocaml - bindings to the PostgreSQL library
Description: postgresql-ocaml offers library functions for accessing PostgreSQL databases
Authors: Alain Frisch <alain.frisch@lexifi.com>,
Markus Mottl <markus.mottl@gmail.com>,
Petter Urkedal <paurkedal@gmail.com>
Copyrights: (C) 2001-2012 Alain Frisch <alain.frisch@lexifi.com>,
(C) 2004-2015 Markus Mottl <markus.mottl@gmail.com>,
(C) 2014-2014 Petter Urkedal <paurkedal@gmail.com>
Maintainers: Markus Mottl <markus.mottl@gmail.com>,
Alain Frisch <alain.frisch@lexifi.com>
LicenseFile: COPYING.txt
License: LGPL-2.1+ with OCaml linking exception
OCamlVersion: >= 3.12
FindlibVersion: >= 1.5
Homepage: http://mmottl.github.io/postgresql-ocaml
#Categories:
#FilesAB:
Plugins: META (0.4), StdFiles (0.4), DevFiles (0.4)
XStdFilesREADME: false
BuildTools: ocamldoc, ocamlbuild
Flag strict
Description: Strict compile-time checks
Default: true
Library postgresql
Path: lib
FindlibName: postgresql
Modules: Postgresql
InternalModules: Postgresql_compat
CSources: postgresql_stubs.c
CCOpt: -g -O2 -fPIC -DPIC
if flag(strict) && ccomp_type(cc)
CCOpt+: -Wall -pedantic -Wextra -Wunused -Wno-long-long -Wno-keyword-macro
CCLib: -lpq
BuildDepends: threads, bigarray, bytes
# Examples
Flag examples
Description: Build examples
Default: true
Executable async
Path: examples
MainIs: async.ml
Build$: flag(examples)
BuildDepends: postgresql
Install: false
CompiledObject: best
Executable cursor
Path: examples
MainIs: cursor.ml
Build$: flag(examples)
BuildDepends: postgresql
Install: false
CompiledObject: best
Executable dump
Path: examples
MainIs: dump.ml
Build$: flag(examples)
BuildDepends: postgresql
Install: false
CompiledObject: best
Executable populate
Path: examples
MainIs: populate.ml
Build$: flag(examples)
BuildDepends: postgresql
Install: false
CompiledObject: best
Executable prompt
Path: examples
MainIs: prompt.ml
Build$: flag(examples)
BuildDepends: postgresql
Install: false
CompiledObject: best
Flag lablgtk2
Description: Build applications depending on lablgtk2
Default: false
Executable prompt_gtk
Path: examples
MainIs: prompt_gtk.ml
Build$: flag(examples) && flag(lablgtk2)
BuildDepends: postgresql, lablgtk2
Install: false
CompiledObject: best
Executable test_lo
Path: examples
MainIs: test_lo.ml
Build$: flag(examples)
BuildDepends: postgresql
Install: false
CompiledObject: best
#
Document API
Title: API reference for PCRE-OCaml
Type: OCamlbuild (0.4)
InstallDir: $docdir/api
XOCamlbuildPath: .
XOCamlbuildLibraries: postgresql
SourceRepository head
Type: Git
Location: https://github.com/mmottl/postgresql-ocaml.git
Browser: https://github.com/mmottl/postgresql-ocaml
Tag: v$(pkg_version)