Skip to content

Commit

Permalink
Merge pull request ocaml#24948 from smimram/opam-publish-pandoc.0.2.1
Browse files Browse the repository at this point in the history
8 packages from smimram/ocaml-pandoc at 0.2.1
  • Loading branch information
mseri authored Dec 18, 2023
2 parents 12627bd + caba232 commit 2b27c15
Show file tree
Hide file tree
Showing 8 changed files with 306 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/pandoc-abbreviations/pandoc-abbreviations.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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 <[email protected]>"]
authors: ["Samuel Mimram <[email protected]>"]
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.7"}
"ocaml" {>= "4.04.0"}
"pandoc" {= version}
"odoc" {with-doc}
]
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.1.tar.gz"
checksum: [
"md5=df61f9d4da1445cbcab459c74ab12699"
"sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0"
]
}
38 changes: 38 additions & 0 deletions packages/pandoc-comment/pandoc-comment.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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 <[email protected]>"]
authors: ["Samuel Mimram <[email protected]>"]
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.7"}
"pandoc" {= version}
"odoc" {with-doc}
]
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.1.tar.gz"
checksum: [
"md5=df61f9d4da1445cbcab459c74ab12699"
"sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0"
]
}
38 changes: 38 additions & 0 deletions packages/pandoc-crossref/pandoc-crossref.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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 <[email protected]>"]
authors: ["Samuel Mimram <[email protected]>"]
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.7"}
"pandoc" {= version}
"odoc" {with-doc}
]
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.1.tar.gz"
checksum: [
"md5=df61f9d4da1445cbcab459c74ab12699"
"sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0"
]
}
38 changes: 38 additions & 0 deletions packages/pandoc-include/pandoc-include.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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 <[email protected]>"]
authors: ["Samuel Mimram <[email protected]>"]
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.7"}
"pandoc" {= version}
"odoc" {with-doc}
]
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.1.tar.gz"
checksum: [
"md5=df61f9d4da1445cbcab459c74ab12699"
"sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0"
]
}
38 changes: 38 additions & 0 deletions packages/pandoc-inspect/pandoc-inspect.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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 <[email protected]>"]
authors: ["Samuel Mimram <[email protected]>"]
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.7"}
"pandoc" {= version}
"odoc" {with-doc}
]
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.1.tar.gz"
checksum: [
"md5=df61f9d4da1445cbcab459c74ab12699"
"sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0"
]
}
38 changes: 38 additions & 0 deletions packages/pandoc-pdf2png/pandoc-pdf2png.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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 <[email protected]>"]
authors: ["Samuel Mimram <[email protected]>"]
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.7"}
"pandoc" {= version}
"odoc" {with-doc}
]
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.1.tar.gz"
checksum: [
"md5=df61f9d4da1445cbcab459c74ab12699"
"sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0"
]
}
38 changes: 38 additions & 0 deletions packages/pandoc-replace/pandoc-replace.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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 <[email protected]>"]
authors: ["Samuel Mimram <[email protected]>"]
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.7"}
"pandoc" {= version}
"odoc" {with-doc}
]
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.1.tar.gz"
checksum: [
"md5=df61f9d4da1445cbcab459c74ab12699"
"sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0"
]
}
39 changes: 39 additions & 0 deletions packages/pandoc/pandoc.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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 <[email protected]>"]
authors: ["Samuel Mimram <[email protected]>"]
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.7"}
"ocaml" {>= "4.08.0"}
"yojson" {>= "2.0.0"}
"odoc" {with-doc}
]
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.1.tar.gz"
checksum: [
"md5=df61f9d4da1445cbcab459c74ab12699"
"sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0"
]
}

0 comments on commit 2b27c15

Please sign in to comment.