aboutsummaryrefslogtreecommitdiff
path: root/manifest
blob: 834f76711f4a4726a83f8c8f724b3451c6a93850 (plain)
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
: 1
name: odb
version: 2.5.0-b.10.z
summary: ODB compiler
license: GPLv3
tags: c++, orm, database, relational, object, persistence, sql
description-file: README
changes-file: NEWS
url: https://www.codesynthesis.com/products/odb/
doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-email: odb-builds@codesynthesis.com
#builds: all
#builds: -( +windows &!gcc ) ; Requires MinGW GCC.
#builds: &gcc                ; Requires GCC with plugin support enabled.
#build-exclude: *-gcc_4.**   ; Requires GCC 5 or later.
build-include: windows**/**-mingw32
build-exclude: windows**            ; Requires MinGW GCC.
build-exclude: *-gcc_4.**           ; Requires GCC 5 or later.
build-include: *-gcc_**
build-exclude: **                   ; Requires GCC with plugin support enabled.
requires: c++11
depends: * build2 >= 0.8.0-
depends: * bpkg >= 0.8.0-
depends: libstudxml ^1.1.0-
depends: libcutl ^1.11.0-