this repo has no description
0
fork

Configure Feed

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

Merge pull request #26658 from smimram/opam-publish-dblp.0.1.1

2 packages from smimram/ocaml-dblp at 0.1.1

authored by

Shon Feder and committed by
GitHub
57200b12 f302b6aa

+87
+45
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 + "ocaml" {>= "4.05"} 15 + "cohttp" 16 + "cohttp-lwt-unix" 17 + "lwt_ssl" 18 + "yojson" 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "--promote-install-files=false" 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ["dune" "install" "-p" name "--create-install-files" name] 36 + ] 37 + dev-repo: "git+https://github.com/smimram/ocaml-dblp.git" 38 + url { 39 + src: 40 + "https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.1.tar.gz" 41 + checksum: [ 42 + "md5=f52c1018e4ea56355f676b61625a2b1b" 43 + "sha512=257d366be4ce50bc421d7633c43a33f0e672a1179ee66e8d5437825732e4936e99fa4c67fbb1ecb65d2f81f6870264d9092c79f54103d386f22cae9286785d19" 44 + ] 45 + }
+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 + }