aboutsummaryrefslogtreecommitdiff
path: root/manifest
blob: adef20cb913bbef56bff982a417b048db83b5f90 (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
28
29
30
31
: 1
name: odb
version: 2.5.0-b.26.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-warning-email: odb-builds@codesynthesis.com
builds: default
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: host
requires: c++11
depends: * build2 >= 0.16.0-
depends: * bpkg >= 0.16.0-

depends: libstudxml ^1.1.0-
depends: libcutl ^1.11.0-

#depends: libstudxml == 1.1.0-b.10
#depends: libcutl == 1.11.0-b.9

depends: * cli ^1.2.0- ? ($config.odb.develop)