opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/stog/plugins/writing.html"
license: "GPL-3.0-only"
doc: ["http://zoggy.github.io/stog/plugins/writing.html"]
tags: ["publication" "web" "blog" "bibliography"]
build: [make "all"]
remove: [["ocamlfind" "remove" "stog-writing"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "stog" {>= "0.11.0" & < "0.12"}
  "menhir" {>= "20120123"}
]
install: [make "install"]
synopsis:
  "Plugin for Stog. Allow adding footnotes and bibliographies in stog-generated"
description: "web sites."
flags: light-uninstall
url {
  src: "http://zoggy.github.com/stog/plugins/stog-writing-0.11.0.tar.gz"
  checksum: "md5=1ff0f4208bb33021a8810ddcb7f6620b"
}
