this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26656 from EruEri/package-oepub.0.1.0

[new package] oepub (0.1.0)

authored by

Shon Feder and committed by
GitHub
137a215c 5bf34951

+42
+42
packages/oepub/oepub.0.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A small epub library" 4 + description: 5 + "A library to extract file from epub archives and create text-only or text-with-images books" 6 + maintainer: ["EruEri <nayinayu@mailo.com>"] 7 + authors: ["EruEri <nayinayu@mailo.com>"] 8 + license: "MPL-2.0" 9 + tags: ["epub"] 10 + homepage: "https://codeberg.org/EruEri/oepub" 11 + bug-reports: "https://codeberg.org/EruEri/oepub/issues" 12 + depends: [ 13 + "ocaml" {>= "4.14.0"} 14 + "dune" {>= "3.2"} 15 + "xmlm" {>= "1.0.0"} 16 + "camlzip" {>= "1.11"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://codeberg.org/EruEri/oepub.git" 34 + 35 + url { 36 + src: "https://codeberg.org/EruEri/oepub/archive/0.1.0.tar.gz" 37 + checksum: [ 38 + "sha256=9871526f1de6ded99ae893aebd92572f5e0f69ab8105366b3801c9b9f0a34fed" 39 + "sha512=92d64f7530820a0f26263124ebdb406e15da1b6f3dbfa9f46c6764d16511d60d8db88a36bf000d3e45ccff6c901de010d03c123c7643bb5e9ec5a1b67650e020" 40 + ] 41 + } 42 +