this repo has no description
0
fork

Configure Feed

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

8 packages from smimram/ocaml-pandoc at 0.2.1

+306
+39
packages/pandoc-abbreviations/pandoc-abbreviations.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Pandoc filter to add non-breaking spaces after abbreviations" 4 + description: 5 + "This pandoc filter adds non-breaking spaces after the abbreviations listed in the `abbreviations` file." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-2.1-or-later" 9 + homepage: "https://github.com/smimram/ocaml-pandoc" 10 + bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "ocaml" {>= "4.04.0"} 14 + "pandoc" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 32 + url { 33 + src: 34 + "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.1.tar.gz" 35 + checksum: [ 36 + "md5=df61f9d4da1445cbcab459c74ab12699" 37 + "sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0" 38 + ] 39 + }
+38
packages/pandoc-comment/pandoc-comment.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Pandoc filter to remove comments" 4 + description: 5 + "This pandoc filter removes LaTeX-style comments (line starting with %)." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-2.1-or-later" 9 + homepage: "https://github.com/smimram/ocaml-pandoc" 10 + bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "pandoc" {= version} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 31 + url { 32 + src: 33 + "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.1.tar.gz" 34 + checksum: [ 35 + "md5=df61f9d4da1445cbcab459c74ab12699" 36 + "sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0" 37 + ] 38 + }
+38
packages/pandoc-crossref/pandoc-crossref.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Pandoc filter to have LaTeX cross-references" 4 + description: 5 + "This pandoc filter replaces #chap: and #sec: references to cref invokations." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-2.1-or-later" 9 + homepage: "https://github.com/smimram/ocaml-pandoc" 10 + bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "pandoc" {= version} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 31 + url { 32 + src: 33 + "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.1.tar.gz" 34 + checksum: [ 35 + "md5=df61f9d4da1445cbcab459c74ab12699" 36 + "sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0" 37 + ] 38 + }
+38
packages/pandoc-include/pandoc-include.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Pandoc filter to include other files" 4 + description: 5 + "This pandoc filter allows the inclusion of other markdown files into markdown." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-2.1-or-later" 9 + homepage: "https://github.com/smimram/ocaml-pandoc" 10 + bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "pandoc" {= version} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 31 + url { 32 + src: 33 + "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.1.tar.gz" 34 + checksum: [ 35 + "md5=df61f9d4da1445cbcab459c74ab12699" 36 + "sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0" 37 + ] 38 + }
+38
packages/pandoc-inspect/pandoc-inspect.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Pandoc filter to inspect pandoc's JSON" 4 + description: 5 + "This pandoc filter prints pandoc's internal JSON on the standard error." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-2.1-or-later" 9 + homepage: "https://github.com/smimram/ocaml-pandoc" 10 + bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "pandoc" {= version} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 31 + url { 32 + src: 33 + "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.1.tar.gz" 34 + checksum: [ 35 + "md5=df61f9d4da1445cbcab459c74ab12699" 36 + "sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0" 37 + ] 38 + }
+38
packages/pandoc-pdf2png/pandoc-pdf2png.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Pandoc filter to change extension of pdf images to png" 4 + description: 5 + "This pandoc filter changes the extension of images from pdf to png." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-2.1-or-later" 9 + homepage: "https://github.com/smimram/ocaml-pandoc" 10 + bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "pandoc" {= version} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 31 + url { 32 + src: 33 + "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.1.tar.gz" 34 + checksum: [ 35 + "md5=df61f9d4da1445cbcab459c74ab12699" 36 + "sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0" 37 + ] 38 + }
+38
packages/pandoc-replace/pandoc-replace.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Pandoc filter to replace words" 4 + description: 5 + "This pandoc filter replaces words by others (useful to ensure that the case is respected for instance)." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-2.1-or-later" 9 + homepage: "https://github.com/smimram/ocaml-pandoc" 10 + bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "pandoc" {= version} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 31 + url { 32 + src: 33 + "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.1.tar.gz" 34 + checksum: [ 35 + "md5=df61f9d4da1445cbcab459c74ab12699" 36 + "sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0" 37 + ] 38 + }
+39
packages/pandoc/pandoc.0.2.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Library to write pandoc filters" 4 + description: 5 + "This library helps writing filters for pandoc, which is a tool to convert between textual formats notably, markdown and LaTeX." 6 + maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7 + authors: ["Samuel Mimram <smimram@gmail.com>"] 8 + license: "LGPL-2.1-or-later" 9 + homepage: "https://github.com/smimram/ocaml-pandoc" 10 + bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "ocaml" {>= "4.08.0"} 14 + "yojson" {>= "2.0.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 32 + url { 33 + src: 34 + "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.1.tar.gz" 35 + checksum: [ 36 + "md5=df61f9d4da1445cbcab459c74ab12699" 37 + "sha512=101939a63ced62a403ef09e0dcf137225bfd44db9b2bab377a472d1d55133a4af07dde19590567c13e4bf5c9398ec0d7caa318e62fd1222a32f76146d551d7c0" 38 + ] 39 + }