1 { lib, stdenv, fetchurl, ocaml, perl }:
8 url = "https://www.lri.fr/~filliatr/ftp/bibtex2html/bibtex2html-1.99.tar.gz";
9 sha256 = "07gzrs4lfrkvbn48cgn2gn6c7cx3jsanakkrb2irj0gmjzfxl96j";
14 nativeBuildInputs = [ ocaml perl ];
17 description = "Collection of tools for translating from BibTeX to HTML";
18 homepage = "https://www.lri.fr/~filliatr/bibtex2html/";
19 license = licenses.gpl2Only;
20 platforms = ocaml.meta.platforms or [];
21 maintainers = [ maintainers.scolobb ];