forked from ocsigen/macaque
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
51 lines (49 loc) · 991 Bytes
/
_oasis
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
OASISFormat: 0.4
Name: macaque
Version: 0.6.1
Synopsis: MaCaQue (or macaque) is a DSL for SQL Queries in Caml
Authors:
Gabriel Scherer,
Jérôme Vouillon
License: LGPL-2 with OCaml linking exception
Plugins: DevFiles (0.4), META (0.4)
AlphaFeatures: compiled_setup_ml
BuildTools: ocamlbuild
Library "macaque"
Path: src
Modules:
Sql_base,
Sql_types,
Sql_parsers,
Sql_keywords,
Sql_printers,
Sql_builders,
Sql_public,
Inner_sql,
Sql,
Check,
Query
InternalModules:
Sql_flatten,
Sql_internals
BuildDepends:
pgocaml,
macaque.syntax
XMETARequires:
pgocaml
XMETADescription:
MaCaQue, Macros for Caml Queries : a typed SQL DSL for Caml
Library "syntax"
Path: src
FindlibParent: macaque
Modules:
Pa_macaque,
Pa_bananas
BuildDepends:
camlp4
XMETARequires:
macaque,
camlp4
XMETAType: syntax
XMETADescription:
Syntax extension: Comprehension syntax for composable SQL statements