opam-version: "2.0"
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
authors: "Anil Madhavapeddy <anil@recoil.org>"
homepage: "https://github.com/avsm/ocaml-minima-theme"
bug-reports: "https://github.com/avsm/ocaml-minima-theme/issues"
license: "ISC"
doc: "http://docs.mirage.io/minima-theme/"
tags: ["org:mirage" "org:ocamllabs"]
dev-repo: "git+https://github.com/avsm/ocaml-minima-theme.git"
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false"]
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
    {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "fmt"
  "lambdasoup"
  "uri"
  "ptime"
  "bos"
]
synopsis: "OCaml port of the Jekyll Minima theme"
description: """
minima-theme is an OCaml port of the Jekyll Minima that is the default blog
format for many users. It provides a typed interface for easy use from OCaml
code.

minima-theme is distributed under the ISC license. The original Minima HTML
templates bundled with this repository remain under the MIT license."""
url {
  src:
    "https://github.com/avsm/ocaml-minima-theme/releases/download/v1.0.0/minima-theme-1.0.0.tbz"
  checksum: "md5=630e144d08468b62fb353df969dbc4ea"
}
