diff options
author | 2010-02-03 21:35:04 +0000 | |
---|---|---|
committer | 2010-02-03 21:35:04 +0000 | |
commit | fb9824251423d4eb722a81df899cf9a2c3da8d2e (patch) | |
tree | 6f9ae8d6eea4abf5962323ca1e679b48ed4ed3ce /sci-libs/cbflib/metadata.xml | |
parent | arm stable, bug #301403 (diff) | |
download | gentoo-2-fb9824251423d4eb722a81df899cf9a2c3da8d2e.tar.gz gentoo-2-fb9824251423d4eb722a81df899cf9a2c3da8d2e.tar.bz2 gentoo-2-fb9824251423d4eb722a81df899cf9a2c3da8d2e.zip |
Library providing a simple mechanism for accessing CBF files and imgCIF files.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cbflib/metadata.xml')
-rw-r--r-- | sci-libs/cbflib/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-libs/cbflib/metadata.xml b/sci-libs/cbflib/metadata.xml new file mode 100644 index 000000000000..afa56f9ab719 --- /dev/null +++ b/sci-libs/cbflib/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<maintainer> + <email>sci@gentoo.org</email> +</maintainer> +<longdescription> +CBFLIB is a library of ANSI-C functions providing a simple mechanism +for accessing Crystallographic Binary Files (CBF files) and Image-supporting +CIF (imgCIF) files. The CBFLIB API is loosely based on the CIFPARSE API for +mmCIF files. Starting with this release, CBFLIB performs validation checks +on reading of a CBF. If a dictionary is provided, values will be validated +against dictionary ranges and enumerations. Tags missing under parent-child +relationships or category key requirements will be reported. CBFlib provides +functions to create, read, modify and write CBF binary data files and imgCIF +ASCII data files. +</longdescription> +</pkgmetadata> |