this repo has no description

2 packages from smimram/ocaml-dblp at 0.1.1

Changed files
+86
packages
dblp
dblp.0.1.1
dblp-api
dblp-api.0.1.1
+44
packages/dblp-api/dblp-api.0.1.1/opam
···
···
+
# 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 <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-3.0-or-later"
+
homepage: "https://github.com/smimram/ocaml-dblp"
+
doc: "https://smimram.github.io/ocaml-dblp/"
+
bug-reports: "https://github.com/smimram/ocaml-dblp/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"cohttp"
+
"cohttp-lwt-unix"
+
"ssl-lwt"
+
"yojson"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-dblp.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.1.tar.gz"
+
checksum: [
+
"md5=f52c1018e4ea56355f676b61625a2b1b"
+
"sha512=257d366be4ce50bc421d7633c43a33f0e672a1179ee66e8d5437825732e4936e99fa4c67fbb1ecb65d2f81f6870264d9092c79f54103d386f22cae9286785d19"
+
]
+
}
+42
packages/dblp/dblp.0.1.1/opam
···
···
+
# 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 <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-3.0-or-later"
+
homepage: "https://github.com/smimram/ocaml-dblp"
+
doc: "https://smimram.github.io/ocaml-dblp/"
+
bug-reports: "https://github.com/smimram/ocaml-dblp/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.10"}
+
"dblp-api"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-dblp.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.1.tar.gz"
+
checksum: [
+
"md5=f52c1018e4ea56355f676b61625a2b1b"
+
"sha512=257d366be4ce50bc421d7633c43a33f0e672a1179ee66e8d5437825732e4936e99fa4c67fbb1ecb65d2f81f6870264d9092c79f54103d386f22cae9286785d19"
+
]
+
}