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.0"} 13 "ocaml" {>= "4.08.0"} 14 "yojson" {>= "2.0.0"} 15] 16build: [ 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] 30dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 31url { 32 src: 33 "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz" 34 checksum: [ 35 "md5=ed0bb4281fb064e6f08c702e7becc473" 36 "sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201" 37 ] 38}