forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
20 lines (20 loc) · 957 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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 tools,
libraries and SDKs for building and connecting applications to
an Oracle Database instance.
</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="precomp">"proc" binary and related files to precompile a Pro*C application</flag>
<flag name="sdk">Header files and an example makefile for developing Oracle applications</flag>
<flag name="sqlplus">The SQL*Plus command line tool for SQL and PL/SQL queries</flag>
<flag name="tools">Data Pump, SQL*Loader and Workload Replay Client</flag>
</use>
</pkgmetadata>