this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Library to query the DBLP bibliographic database"
4description:
5 "The library provides helper functions to query the DBLP bibliographic database (authors, publications, and venue)."
6maintainer: ["Samuel Mimram <smimram@gmail.com>"]
7authors: ["Samuel Mimram <smimram@gmail.com>"]
8license: "LGPL-3.0-or-later"
9homepage: "https://github.com/smimram/ocaml-dblp"
10doc: "https://smimram.github.io/ocaml-dblp/"
11bug-reports: "https://github.com/smimram/ocaml-dblp/issues"
12depends: [
13 "dune" {>= "2.9"}
14 "ocaml" {>= "4.05"}
15 "cohttp"
16 "cohttp-lwt-unix"
17 "lwt_ssl"
18 "yojson"
19 "odoc" {with-doc}
20]
21build: [
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]
37dev-repo: "git+https://github.com/smimram/ocaml-dblp.git"
38url {
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}