toolxit-bibtex


License

License

GroupId

GroupId

org.openmole
ArtifactId

ArtifactId

toolxit-bibtex_2.10
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

bundle
Description

Description

toolxit-bibtex
toolxit-bibtex
Project URL

Project URL

https://github.com/jopasserat/toolxit-bibtex
Project Organization

Project Organization

org.openmole
Source Code Management

Source Code Management

https://github.com/jopasserat/toolxit-bibtex.git

Download toolxit-bibtex_2.10

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.6
macros » macros_2.10 jar 0.2
core » core_2.10 jar 0.2

Project Modules

There are no modules declared in this project.

This project is part of ToolXiT

It provides some utilities in Scala to work with BibTeX files. For example, it provides following features:

  • Parsing of .bib files
  • Parsing of .bst files
  • Implementation of the BibTeX stack machine
  • Renderers for .bib files to produce plain text, xml, html representation of a BibTeX database
  • A .bst to Scala translator (TODO)

You can depend on this library by using this line in your sbt script:

libraryDependencies += "org.openmole" %% "toolxit-bibtex" % {toolxit-bibtex-version}

or in a Maven pom.xml:

<dependency>
  <groupId>org.openmole</groupId>
  <artifactId>toolxit-bibtex</artifactId>
  <version>{toolxit-bibtex-version}</version>
</dependency>

The latest versions can be found in the release page.

###Development###

The library can be generated locally using: sbt publish-local

To release in one step, use: sbt 'release with-defaults'

Versions

Version
0.2