forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
24 lines (24 loc) · 828 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
<longdescription>
Free, light-weight and easily installed Oracle Database libraries
and SDKs for building and connecting client applications to local
or remote Oracle Databases.
</longdescription>
<use>
<flag name="jdbc">Support for XA, Internationalization, and RowSet operations under JDBC.
</flag>
<flag name="odbc">Libraries for enabling ODBC applications.
</flag>
<flag name="sdk">Header files and an example makefile for developing Oracle applications.
</flag>
<flag name="sqlplus">Libraries and executable for running SQL*Plus.
</flag>
<flag name="tools">Workload Replay Client.
</flag>
</use>
</pkgmetadata>