2 maintainer: "ygrek@autistici.org"
4 homepage: "http://ygrek.org.ua/p/sqlgg/"
5 dev-repo: "git+https://github.com/ygrek/sqlgg.git"
6 bug-reports: "https://github.com/ygrek/sqlgg/issues"
12 "--%{mysql:enable}%-mysql"
13 "--%{sqlite3:enable}%-sqlite3"
16 ["ocaml" "setup.ml" "-build"]
17 ["ocaml" "setup.ml" "-test"] {with-test}
20 ["ocaml" "setup.ml" "-install"]
23 ["ocamlfind" "remove" "sqlgg"]
24 ["rm" "-f" "%{bin}%/sqlgg" "%{bin}%/sqlgg.exe"]
33 ("extlib" | "extlib-compat")
41 synopsis: "SQL Guided (code) Generator"
43 sqlgg is an SQL query parser and binding code generator for C#, C++, Java, OCaml.
44 It starts off with SQL schema and queries, and generates code (or XML, allowing
45 further code generation for various purposes). Generated code only defines a mapping
46 of output columns and query parameters to the host language, trying to be as unobtrusive
47 as possible and leaving the choice of SQL database (and API to access it) to the developer."""
48 flags: light-uninstall