Skip to content

Commit 57ca0da

Browse files
committed
Package doculib.1.3.3
1 parent 72b98f2 commit 57ca0da

File tree

1 file changed

+44
-0
lines changed
  • packages/doculib/doculib.1.3.3

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis:
4+
"A GUI for tagging and managing document metadata for books, textbooks, or articles"
5+
description:
6+
"DocuLib manages locally stored libraries of books, textbooks, or articles by keeping track of data such as authors, title, year, tags, and DOI/ISBN. Metadata can be searched through openlibrary.org and semanticscholar.org. DocuLib automatically detects renamed, moved, and duplicate files."
7+
maintainer: ["[email protected]"]
8+
authors: ["Nathan Guermond"]
9+
license: "GPL-3.0-or-later"
10+
homepage: "https://github.com/nguermond/doculib"
11+
bug-reports: "https://github.com/nguermond/doculib/issues"
12+
depends: [
13+
"dune" {>= "2.9"}
14+
"cohttp-lwt-unix" {>= "2.5.0"}
15+
"metadb" {= "1.0.2"}
16+
"lablgtk3" {>= "3.1.2"}
17+
"ocaml" {>= "4.12.0"}
18+
"tls" {>= "0.13.0"}
19+
"odoc" {with-doc}
20+
]
21+
build: [
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+
]
37+
dev-repo: "git+https://github.com/nguermond/doculib.git"
38+
url {
39+
src: "https://github.com/nguermond/doculib/archive/v1.3.3.tar.gz"
40+
checksum: [
41+
"md5=f61df38aca143d539154e90e88a897a4"
42+
"sha512=34e2bdb9b1aa0908e842a5f64be8b0c1a6cde81b8ef17b0d44167f18cc1ad02d5112a68d51eb1c147bffda95af785e972bb8b62e969ea0e7a283a68baf08eaac"
43+
]
44+
}

0 commit comments

Comments
 (0)