From 4f459584657e9303ae0d4a88c445a3775830c157 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 27 Sep 2024 09:56:15 +0200 Subject: [PATCH] 2 packages from smimram/ocaml-dblp at 0.1.0 --- packages/dblp-api/dblp-api.0.1.0/opam | 42 +++++++++++++++++++++++++++ packages/dblp/dblp.0.1.0/opam | 39 +++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 packages/dblp-api/dblp-api.0.1.0/opam create mode 100644 packages/dblp/dblp.0.1.0/opam diff --git a/packages/dblp-api/dblp-api.0.1.0/opam b/packages/dblp-api/dblp-api.0.1.0/opam new file mode 100644 index 00000000000..200d9027965 --- /dev/null +++ b/packages/dblp-api/dblp-api.0.1.0/opam @@ -0,0 +1,42 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Library to query the DBLP bibliographic database" +description: + "The library provides helper functions to query the DBLP bibliographic database (authors, publications, and venue)." +maintainer: ["Samuel Mimram"] +authors: ["Samuel Mimram"] +license: "LGPL-3.0-or-later" +homepage: "https://github.com/smimram/ocalm-dblp" +doc: "https://smimram.github.io/ocaml-dblp/" +bug-reports: "https://github.com/smimram/ocalm-dblp/issues" +depends: [ + "dune" {>= "3.15"} + "cohttp" + "cohttp-lwt-unix" + "tls-lwt" + "yojson" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/smimram/ocalm-dblp.git" +url { + src: + "https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.0.tar.gz" + checksum: [ + "md5=ebb12c0745117075f5940c23cb6d36b7" + "sha512=4c6289c2589dac36b866abfdbd1137e4f334440c1879ff068b780fcba98154600f40ace5e6754e59d068d89fb00d8e1a7b1ba12175ee95996de713053831de43" + ] +} diff --git a/packages/dblp/dblp.0.1.0/opam b/packages/dblp/dblp.0.1.0/opam new file mode 100644 index 00000000000..c29050a1374 --- /dev/null +++ b/packages/dblp/dblp.0.1.0/opam @@ -0,0 +1,39 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Commandline program do query the DBLP bibliographic database" +description: + "Program to query the DBLP bibliographic database and find authors, publications, and venues. It is particularily useful in order to retrieve bibtex entries." +maintainer: ["Samuel Mimram"] +authors: ["Samuel Mimram"] +license: "LGPL-3.0-or-later" +homepage: "https://github.com/smimram/ocalm-dblp" +doc: "https://smimram.github.io/ocaml-dblp/" +bug-reports: "https://github.com/smimram/ocalm-dblp/issues" +depends: [ + "dune" {>= "3.15"} + "dblp-api" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/smimram/ocalm-dblp.git" +url { + src: + "https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.0.tar.gz" + checksum: [ + "md5=ebb12c0745117075f5940c23cb6d36b7" + "sha512=4c6289c2589dac36b866abfdbd1137e4f334440c1879ff068b780fcba98154600f40ace5e6754e59d068d89fb00d8e1a7b1ba12175ee95996de713053831de43" + ] +}