this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Library to write pandoc filters" 4description: 5 "This library helps writing filters for pandoc, which is a tool to convert between textual formats notably, markdown and LaTeX." 6maintainer: ["Samuel Mimram <smimram@gmail.com>"] 7authors: ["Samuel Mimram <smimram@gmail.com>"] 8license: "LGPL-2.1-or-later" 9homepage: "https://github.com/smimram/ocaml-pandoc" 10bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "ocaml" {>= "4.08.0"} 14 "yojson" {>= "2.0.0"} 15 "odoc" {with-doc} 16] 17build: [ 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] 31dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 32url { 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}