prepare release 0.4.4
[sqlgg.git] / README.md
blobfc41129f617a9503025096c0255e78a5f811ba79
1 sqlgg: SQL Guided (code) Generator
2 ==================================
4 [![Build Status](https://travis-ci.org/ygrek/sqlgg.svg?branch=master)](https://travis-ci.org/ygrek/sqlgg)
5 [![Build status](https://ci.appveyor.com/api/projects/status/1bfx41oulkbu4aj2?svg=true)](https://ci.appveyor.com/project/ygrek/sqlgg/branch/master)
7 Homepage at http://ygrek.org.ua/p/sqlgg/
9 Get the code at http://repo.or.cz/w/sqlgg.git or https://github.com/ygrek/sqlgg
11 Dependencies
12 ------------
14 Install with OPAM: `opam install menhir extlib ounit ppx_deriving oasis`
16 Build
17 -----
19 Run `make` (or `build.bat` on Windows).
21 Windows users
22 -------------
24 Install [VS2005 SP1 redistributable](http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647)
26 Conditions
27 ----------
29 ```
30 Copyright (c) 2009 ygrek <ygrek@autistici.org>
32 This project is distributed under the terms of GPL Version 2. See LICENSE file for full license text.
34 Example code in demo/ and example/ and database specific bindings in impl/ are released into public domain.
35 See UNLICENSE file in each of the above directories for more information.
36 ```
38 NB the output of sqlgg, i.e. the generated code, is all yours of course :)
40 ----
41 2018-03-10