forked from ocsigen/macaque
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_oasis
43 lines (41 loc) · 739 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
OASISFormat: 0.3
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.3), META (0.3)
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
Library "syntax"
Path: src
FindlibParent: macaque
Modules:
Pa_macaque,
Pa_bananas
BuildDepends:
camlp4
XMETARequires:
camlp4
XMETAType: syntax