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.02.0"}
  "stog" {>= "0.13.0" & <= "0.14"}
  "menhir" {>= "20120123"}
]
install: [make "install"]
synopsis:
  "Plugin for Stog to use footnotes and bibliographies in stog-generated web sites."
flags: light-uninstall
url {
  src: "http://zoggy.github.com/stog/plugins/stog-writing-0.13.0.tar.gz"
  checksum: "md5=9ebda81b5c411455477e4bef4d0be2b3"
}
