opam-version: "2.0"
maintainer: "armael.gueneau@ens-lyon.fr"
homepage: "http://dev.isomorphis.me/stone"
bug-reports: "http://github.com/Armael/stone/issues"
build: [
  ["./configure" "--bin-dir" bin]
  [make]
]
remove: [
  ["./configure" "--bin-dir" bin]
  [make "uninstall"]
]
depends: [
  "ocaml" {< "4.06"}
  "ocamlfind" {build}
  "cow" {< "2.0.0"}
  "config-file"
  "omd"
]
dev-repo: "git://github.com/Armael/stone"
install: [make "install"]
synopsis:
  "Simple static website generator, useful for a portfolio or documentation pages"
description:
  "Full documentation is available at http://dev.isomorphis.me/stone/"
authors: "armael@isomorphis.me"
url {
  src: "https://github.com/Armael/stone/archive/v0.3.2.tar.gz"
  checksum: "md5=51a4e88ed82a360b799fb0bebc9dc380"
}
