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 "--%{mariadb:enable}%-mariadb"
13 "--%{mysql:enable}%-mysql"
14 "--%{sqlite3:enable}%-sqlite3"
17 ["ocaml" "setup.ml" "-build"]
18 ["ocaml" "setup.ml" "-test"] {with-test}
21 ["ocaml" "setup.ml" "-install"]
24 ["ocamlfind" "remove" "sqlgg"]
25 ["rm" "-f" "%{bin}%/sqlgg" "%{bin}%/sqlgg.exe"]
34 ("extlib" | "extlib-compat")
43 synopsis: "SQL Guided (code) Generator"
45 sqlgg is an SQL query parser and binding code generator for C#, C++, Java, OCaml.
46 It starts off with SQL schema and queries, and generates code (or XML, allowing
47 further code generation for various purposes). Generated code only defines a mapping
48 of output columns and query parameters to the host language, trying to be as unobtrusive
49 as possible and leaving the choice of SQL database (and API to access it) to the developer."""
50 flags: light-uninstall