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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: bibutils
Section: text
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-exec,
docbook-xml,
docbook-xsl,
xsltproc
Standards-Version: 4.6.2
Homepage: https://sourceforge.net/projects/bibutils/
Vcs-Git: https://salsa.debian.org/science-team/bibutils.git
Vcs-Browser: https://salsa.debian.org/science-team/bibutils
Rules-Requires-Root: no
Package: bibutils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libbibutils8
Description: interconvert various bibliographic data formats
Convert between the following bibliographic data formats: BibTeX,
COPAC, EndNote refer, EndNote XML, Pubmed XML, ISI web of science, US
Library of Congress MODS XML, RIS, and Word 2007 bibliography.
.
This package provides command line tools bib2xml, copac2xml, end2xml
endx2xml, isi2xml, med2xml, ris2xml which convert to MODS XML format,
modsclean which reformats MODS XML, and a matching set of commands
xml2ads, xml2bib, xml2end, xml2isi, xml2ris, xml2wordbib which convert
from MODS XML.
Package: libbibutils-dev
Section: libdevel
Architecture: any
Depends: libbibutils8 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: bibliography file converter, development kit
Convert between the following bibliographic data formats: BibTeX,
COPAC, EndNote refer, EndNote XML, Pubmed XML, ISI web of science, US
Library of Congress MODS, RIS, and Word 2007 bibliography.
.
This package contains the static library and headers for use by developers.
Package: libbibutils8
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: bibliography file converter, shared library
Convert between the following bibliographic data formats: BibTeX,
COPAC, EndNote refer, EndNote XML, Pubmed XML, ISI web of science, US
Library of Congress MODS, RIS, and Word 2007 bibliography.
.
This package contains the shared library doing most of the work
|