Skip to content
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

[new package] oepub (0.1.0) #26656

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions packages/oepub/oepub.0.1.0/opam
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: "A small epub library"
description:
"A library to extract file from epub archives and create text-only or text-with-images books"
maintainer: ["EruEri <[email protected]>"]
authors: ["EruEri <[email protected]>"]
license: "MPL-2.0"
tags: ["epub"]
homepage: "https://codeberg.org/EruEri/oepub"
bug-reports: "https://codeberg.org/EruEri/oepub/issues"
depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "3.2"}
"xmlm" {>= "1.0.0"}
"camlzip" {>= "1.11"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://codeberg.org/EruEri/oepub.git"

url {
src: "https://codeberg.org/EruEri/oepub/archive/0.1.0.tar.gz"
checksum: [
"sha256=9871526f1de6ded99ae893aebd92572f5e0f69ab8105366b3801c9b9f0a34fed"
"sha512=92d64f7530820a0f26263124ebdb406e15da1b6f3dbfa9f46c6764d16511d60d8db88a36bf000d3e45ccff6c901de010d03c123c7643bb5e9ec5a1b67650e020"
]
}