opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: ["Maxence Guesdon"]
homepage: "http://zoggy.github.io/stog/"
license: "GPL-3.0-only"
doc: ["http://zoggy.github.io/stog/doc.html"]
dev-repo: "git+https://github.com/zoggy/stog.git"
bug-reports: "https://github.com/zoggy/stog/issues"

tags: ["publication" "web" "blog" "website" "documentation"]
build: [
  ["./configure" "--prefix" prefix]
  [make "stog_filter_parser.mli"]
  [make "all"]
]
install: [
  [make "install-lib" "install-share"]
]
remove: [["ocamlfind" "remove" "stog"]]
depends: [
  "ocaml" {>= "4.02.0" & < "4.06.0"}
  "ocamlfind"
  "xmlm" {>= "1.1"}
  "xtmpl" {>= "0.10" & < "0.13.0"}
  "config-file" {>= "1.2"}
  "ocamlnet" {>= "3.6" & != "4.1.9"}
  "higlo" {>= "0.4"}
]
depopts: ["js_of_ocaml" "xmldiff" "lwt" "websocket" "cstruct" "crunch"]

conflicts: [
  "crunch" {< "1.1.0"}
  "cstruct" {< "0.3.1"}
  "js_of_ocaml" {< "2.5"}
  "lwt" {< "2.4.5"}
  "websocket" {< "0.8.1"}
  "xmldiff" {< "0.3.0"}
  "xmlm" {= "1.2.0"}
  "xmlm" {= "1.3.0"}
]
synopsis:
  "A static web site generator, able to handle blog posts as well as regular pages."
description: """
In one sentence, Stog is a kind of Jekyll in OCaml: It is a
static web site generator, able to handle blog posts as well as
regular pages."""
flags: light-uninstall
extra-files: ["stog.install" "md5=474001f0f771f0085d55fb0b58b2e7fe"]
url {
  src: "http://zoggy.github.com/stog/stog-0.13.0.tar.gz"
  checksum: "md5=4411abab24e45341988216b5bf2ba4db"
}
