-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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"] | ||||||
authors: ["Samuel Mimram"] | ||||||
license: "LGPL-3.0-or-later" | ||||||
homepage: "https://github.com/smimram/ocalm-dblp" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
doc: "https://smimram.github.io/ocaml-dblp/" | ||||||
bug-reports: "https://github.com/smimram/ocalm-dblp/issues" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
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" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
url { | ||||||
src: | ||||||
"https://github.com/smimram/ocaml-dblp/archive/refs/tags/v0.1.0.tar.gz" | ||||||
checksum: [ | ||||||
"md5=ebb12c0745117075f5940c23cb6d36b7" | ||||||
"sha512=4c6289c2589dac36b866abfdbd1137e4f334440c1879ff068b780fcba98154600f40ace5e6754e59d068d89fb00d8e1a7b1ba12175ee95996de713053831de43" | ||||||
] | ||||||
} |
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"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
] | ||
} |
There was a problem hiding this comment.
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