this repo has no description

8 packages from smimram/ocaml-pandoc at 0.2.0 (#24774)

* 8 packages from smimram/ocaml-pandoc at 0.2.0

* Update packages/pandoc/pandoc.0.2.0/opam

* Update packages/pandoc-replace/pandoc-replace.0.2.0/opam

* Update packages/pandoc-abbreviations/pandoc-abbreviations.0.2.0/opam

* Update packages/pandoc-abbreviations/pandoc-abbreviations.0.2.0/opam

* Update packages/pandoc-crossref/pandoc-crossref.0.2.0/opam

* Update packages/pandoc-include/pandoc-include.0.2.0/opam

* Update packages/pandoc-crossref/pandoc-crossref.0.2.0/opam

* Update packages/pandoc-pdf2png/pandoc-pdf2png.0.2.0/opam

* Update packages/pandoc/pandoc.0.2.0/opam

* Update packages/pandoc/pandoc.0.2.0/opam

* Update packages/pandoc-replace/pandoc-replace.0.2.0/opam

* Update packages/pandoc-include/pandoc-include.0.2.0/opam

* Update packages/pandoc-replace/pandoc-replace.0.2.0/opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

* pandoc: update lower bounds on libraries using new functionalities

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: Anil Madhavapeddy <anil@recoil.org>
Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+299
packages
pandoc
pandoc.0.2.0
pandoc-abbreviations
pandoc-abbreviations.0.2.0
pandoc-comment
pandoc-comment.0.2.0
pandoc-crossref
pandoc-crossref.0.2.0
pandoc-include
pandoc-include.0.2.0
pandoc-inspect
pandoc-inspect.0.2.0
pandoc-pdf2png
pandoc-pdf2png.0.2.0
pandoc-replace
pandoc-replace.0.2.0
+38
packages/pandoc-abbreviations/pandoc-abbreviations.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Pandoc filter to add non-breaking spaces after abbreviations"
+
description:
+
"This pandoc filter adds non-breaking spaces after the abbreviations listed in the `abbreviations` file"
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/smimram/ocaml-pandoc"
+
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "4.04.0"}
+
"pandoc" {>= "0.2.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=ed0bb4281fb064e6f08c702e7becc473"
+
"sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
+
]
+
}
+37
packages/pandoc-comment/pandoc-comment.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Pandoc filter to remove comments"
+
description:
+
"This pandoc filter removes LaTeX-style comments (line starting with %)."
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/smimram/ocaml-pandoc"
+
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"pandoc" {>= "0.1.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=ed0bb4281fb064e6f08c702e7becc473"
+
"sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
+
]
+
}
+37
packages/pandoc-crossref/pandoc-crossref.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Pandoc filter to have LaTeX cross-references"
+
description:
+
"This pandoc filter replaces #chap: and #sec: references to cref invokations"
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/smimram/ocaml-pandoc"
+
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"pandoc" {>= "0.1.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=ed0bb4281fb064e6f08c702e7becc473"
+
"sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
+
]
+
}
+37
packages/pandoc-include/pandoc-include.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Pandoc filter to include other files"
+
description:
+
"This pandoc filter allows the inclusion of other markdown files into markdown"
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/smimram/ocaml-pandoc"
+
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"pandoc" {>= "0.2.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=ed0bb4281fb064e6f08c702e7becc473"
+
"sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
+
]
+
}
+37
packages/pandoc-inspect/pandoc-inspect.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Pandoc filter to inspect pandoc's JSON"
+
description:
+
"This pandoc filter prints pandoc's internal JSON on the standard error"
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/smimram/ocaml-pandoc"
+
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"pandoc" {>= "0.1.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=ed0bb4281fb064e6f08c702e7becc473"
+
"sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
+
]
+
}
+37
packages/pandoc-pdf2png/pandoc-pdf2png.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Pandoc filter to change extension of pdf images to png"
+
description:
+
"This pandoc filter changes the extension of images from pdf to png."
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/smimram/ocaml-pandoc"
+
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"pandoc" {>= "0.1.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=ed0bb4281fb064e6f08c702e7becc473"
+
"sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
+
]
+
}
+38
packages/pandoc-replace/pandoc-replace.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Pandoc filter to replace words"
+
description:
+
"This pandoc filter replaces words by others (useful to ensure that the case is respected for instance)."
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/smimram/ocaml-pandoc"
+
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"pandoc" {>= "0.2.0"}
+
"ocaml" {>= "4.08"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=ed0bb4281fb064e6f08c702e7becc473"
+
"sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
+
]
+
}
+38
packages/pandoc/pandoc.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Library to write pandoc filters"
+
description:
+
"This library helps writing filters for pandoc, which is a tool to convert between textual formats notably, markdown and LaTeX"
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/smimram/ocaml-pandoc"
+
bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "4.08.0"}
+
"yojson" {>= "2.0.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
+
url {
+
src:
+
"https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=ed0bb4281fb064e6f08c702e7becc473"
+
"sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
+
]
+
}