Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 packages from smimram/ocaml-dblp at 0.1.0 #26631

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions packages/dblp-api/dblp-api.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -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"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide an email for contact. Judging from other packages you have published, this could be

Suggested change
maintainer: ["Samuel Mimram"]
maintainer: ["Samuel Mimram <[email protected]>"]

authors: ["Samuel Mimram"]
license: "LGPL-3.0-or-later"
homepage: "https://github.com/smimram/ocalm-dblp"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
homepage: "https://github.com/smimram/ocalm-dblp"
homepage: "https://github.com/smimram/ocaml-dblp"

doc: "https://smimram.github.io/ocaml-dblp/"
bug-reports: "https://github.com/smimram/ocalm-dblp/issues"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bug-reports: "https://github.com/smimram/ocalm-dblp/issues"
bug-reports: "https://github.com/smimram/ocaml-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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
dev-repo: "git+https://github.com/smimram/ocalm-dblp.git"
dev-repo: "git+https://github.com/smimram/ocaml-dblp.git"

url {
src:
"https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=ebb12c0745117075f5940c23cb6d36b7"
"sha512=4c6289c2589dac36b866abfdbd1137e4f334440c1879ff068b780fcba98154600f40ace5e6754e59d068d89fb00d8e1a7b1ba12175ee95996de713053831de43"
]
}
39 changes: 39 additions & 0 deletions packages/dblp/dblp.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -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"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same email update here, please.

authors: ["Samuel Mimram"]
license: "LGPL-3.0-or-later"
homepage: "https://github.com/smimram/ocalm-dblp"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These URIs will also need updating.

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"
]
}