this repo has no description
0
fork

Configure Feed

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

2 packages from smimram/ocaml-dblp at 0.1.1

+86
+44
packages/dblp-api/dblp-api.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Library to query the DBLP bibliographic database" 4 + description: 5 + "The library provides helper functions to query the DBLP bibliographic database (authors, publications, and venue)." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-3.0-or-later" 9 + homepage: "https://github.com/smimram/ocaml-dblp" 10 + doc: "https://smimram.github.io/ocaml-dblp/" 11 + bug-reports: "https://github.com/smimram/ocaml-dblp/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "cohttp" 15 + "cohttp-lwt-unix" 16 + "ssl-lwt" 17 + "yojson" 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "--promote-install-files=false" 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ["dune" "install" "-p" name "--create-install-files" name] 35 + ] 36 + dev-repo: "git+https://github.com/smimram/ocaml-dblp.git" 37 + url { 38 + src: 39 + "https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.1.tar.gz" 40 + checksum: [ 41 + "md5=f52c1018e4ea56355f676b61625a2b1b" 42 + "sha512=257d366be4ce50bc421d7633c43a33f0e672a1179ee66e8d5437825732e4936e99fa4c67fbb1ecb65d2f81f6870264d9092c79f54103d386f22cae9286785d19" 43 + ] 44 + }
+42
packages/dblp/dblp.0.1.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Commandline program do query the DBLP bibliographic database" 4 + description: 5 + "Program to query the DBLP bibliographic database and find authors, publications, and venues. It is particularily useful in order to retrieve bibtex entries." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-3.0-or-later" 9 + homepage: "https://github.com/smimram/ocaml-dblp" 10 + doc: "https://smimram.github.io/ocaml-dblp/" 11 + bug-reports: "https://github.com/smimram/ocaml-dblp/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "ocaml" {>= "4.10"} 15 + "dblp-api" 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "--promote-install-files=false" 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ["dune" "install" "-p" name "--create-install-files" name] 33 + ] 34 + dev-repo: "git+https://github.com/smimram/ocaml-dblp.git" 35 + url { 36 + src: 37 + "https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.1.tar.gz" 38 + checksum: [ 39 + "md5=f52c1018e4ea56355f676b61625a2b1b" 40 + "sha512=257d366be4ce50bc421d7633c43a33f0e672a1179ee66e8d5437825732e4936e99fa4c67fbb1ecb65d2f81f6870264d9092c79f54103d386f22cae9286785d19" 41 + ] 42 + }