forked from Octachron/talaria_bibtex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
23 lines (20 loc) · 830 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(lang dune 2.7)
(using menhir 2.1)
(name talaria-bibtex)
(authors "Florian Angeletti <octa@polychoron.fr>")
(maintainers "Florian Angeletti <octa@polychoron.fr>")
(homepage https://github.com/Octachron/talaria_bibtex)
(bug_reports https://github.com/Octachron/talaria_bibtex/issues)
(source (github Octachron/talaria_bibtex))
(generate_opam_files true)
(package
(name talaria-bibtex)
(version 0.5.0)
(license "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception")
(synopsis "A parser for Bibtex files")
(depends orec dune (menhir (>= 20180523)) (ocaml (>= 4.08)))
(description "Talaria-bibtex is a parser for bibtex files. Talaria-bibtex parses bibtex-file into record
with an extensible sets of known fields to make it easy to handle well-formed bibtex file and
extract data like the publication year."
)
)