aboutsummaryrefslogtreecommitdiff
path: root/manifest
blob: f50eb8c0a62320f25c20740ae89dce52d85cc76b (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
: 1
name: odb
version: 2.5.0-b.18.z
summary: ODB compiler
license: GPL-3.0-only
topics: C++, ORM, source code generation, object persistence, \
  relational database
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.
builds: &gcc-5+            ; Requires GCC 5 or later.
builds: -static            ; Implementation uses plugins and requires -fPIC.
requires: c++11
depends: * build2 >= 0.12.0
depends: * bpkg >= 0.12.0
depends: libstudxml ^1.1.0-
depends: libcutl ^1.11.0-