this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23034 from Octachron/release-talaria-bibtex-0.5

[new release] talaria-bibtex (0.5)

authored by

Kate and committed by
GitHub
d9c0e694 13c3ac9e

+42
+42
packages/talaria-bibtex/talaria-bibtex.0.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A parser for bibtex files" 3 + description: """ 4 + Talaria-bibtex is a parser for bibtex files. Talaria-bibtex parses bibtex-file into record 5 + with an extensible sets of known fields to make it easy to handle well-formed bibtex file and 6 + extract data like the publication year.""" 7 + maintainer: ["Florian Angeletti <octa@polychoron.fr>"] 8 + authors: ["Florian Angeletti <octa@polychoron.fr>"] 9 + license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception" 10 + homepage: "https://github.com/Octachron/talaria_bibtex" 11 + bug-reports: "https://github.com/Octachron/talaria_bibtex/issues" 12 + depends: [ 13 + "orec" 14 + "dune" {>= "2.7"} 15 + "menhir" {>= "20180523"} 16 + "ocaml" {>= "4.08"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/Octachron/talaria_bibtex.git" 34 + url { 35 + src: 36 + "https://github.com/Octachron/talaria_bibtex/releases/download/0.5/talaria-bibtex-0.5.tbz" 37 + checksum: [ 38 + "sha256=e1a48585efa9bdbfd1bdebe37c5b77388b04a0cdffcc6f528bd7b7b8c6e00ad5" 39 + "sha512=c7fd05c24fce678761343039ede101f69551f616e8a74705cb25226a6b51494eafc9c672febcf5cf8ab1991caef7668ae774a7edf66c83e53261cbec8713071a" 40 + ] 41 + } 42 + x-commit-hash: "244772f9fc8f3381df4692f82f7a3bac463d95d9"