-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdoculib.opam
40 lines (40 loc) · 1.23 KB
/
doculib.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "%%VERSION_NUM%%"
synopsis:
"A GUI for tagging and managing document metadata for books, textbooks, or articles"
description:
"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."
maintainer: ["[email protected]"]
authors: ["Nathan Guermond"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/nguermond/doculib"
bug-reports: "https://github.com/nguermond/doculib/issues"
depends: [
"dune" {>= "2.9"}
"cohttp-lwt-unix" {>= "2.5.0"}
"metadb" {= "1.1.0"}
"lablgtk3" {>= "3.1.2"}
"ocaml" {>= "4.13.0"}
"ocamlgraph" {>= "1.8.1"}
"xdg-basedir" {< "0.1.0"}
"tls-lwt"
"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/nguermond/doculib.git"