Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smondet/sebib
Sebib: S-Expressions for Bibliography
https://github.com/smondet/sebib
Last synced: 16 days ago
JSON representation
Sebib: S-Expressions for Bibliography
- Host: GitHub
- URL: https://github.com/smondet/sebib
- Owner: smondet
- Created: 2011-02-14T12:17:09.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-23T03:02:15.000Z (over 12 years ago)
- Last Synced: 2023-03-12T03:03:40.257Z (almost 2 years ago)
- Language: OCaml
- Homepage: http://sebib.forge.ocamlcore.org/
- Size: 270 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Sebib: S-Expressions for BIBliography.
VERSION: 1.1.0
URL: http://sebib.forge.ocamlcore.orgThe Sebib project aims at providing highly hackable “Bibliographic
References Management System”. It is a library and a command-line
application which handle an ad-hoc file format based on S-Expressions.BUILD & INSTALL:
You need OMake, and three findlib packages: extlib, sexplib.core, and
pcre.Just typing:
omake
should check the libraries, and compile everything.You have then these executable binaries:
* _build/app/sebib.run,
* _build/app/sebib.opt (optional).Move and rename one of them to somewhere in your $PATH, and you have
installed the application.To install the library, just do:
omake install_library
This will install the sebib library using findlib, depending on your
OCaml setup this may require root privileges.