this repo has no description

split package repositories for doculib.1.3.2 and metadb.1.0.2

Changed files
+86
packages
doculib
doculib.1.3.2
metadb
metadb.1.0.2
+44
packages/doculib/doculib.1.3.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
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: ["nguermond@proton.me"]
+
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.0.2"}
+
"lablgtk3" {>= "3.1.2"}
+
"ocaml" {>= "4.12.0"}
+
"tls" {>= "0.13.0"}
+
"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"
+
url {
+
src: "https://github.com/nguermond/doculib/archive/v1.3.2.tar.gz"
+
checksum: [
+
"md5=2cb8275e9ba5d90b6f46d148c947d024"
+
"sha512=67b6f0ff1e2fa8419037510c4c3ccd68ddeda98816233849908f69e765ad9d98392c80e985605be6e711a7cfe2321cb6fd243790c916b9d1dcd67b66f7eb858e"
+
]
+
}
+42
packages/metadb/metadb.1.0.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A database for storing and managing file metadata in JSON format"
+
description:
+
"Metadb is a library to locally store and manipulate a JSON database of file metadata. A key feature of Metadb is that a user may rename or move files within or between libraries, and Metadb will resolve missing or renamed files according to their MD5 hash. Metadb can also find duplicate files across libraries."
+
maintainer: ["nguermond@proton.me"]
+
authors: ["Nathan Guermond"]
+
license: "GPL-3.0-or-later"
+
homepage: "https://github.com/nguermond/metadb"
+
doc: "https://nguermond.github.io/metadb/docs/metadb"
+
bug-reports: "https://github.com/nguermond/metadb/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"fileutils" {>= "0.5.3"}
+
"yojson" {>= "2.0.0"}
+
"ocaml" {>= "4.13.0"}
+
"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/metadb.git"
+
url {
+
src: "https://github.com/nguermond/metadb/archive/v1.0.2.tar.gz"
+
checksum: [
+
"md5=354076cc92a7f9ce93c6df3b20325506"
+
"sha512=dd8cbed5688d094a2bf6d082363298de6670aaf2f2ff76ddc7d36e93814aed1ceb1017f4c610e4551614ff2a619eca995d61009a6ec0e3c0828a007394f74a3e"
+
]
+
}