opam-version: "2.0"
maintainer: "Christian Lindig <lindig@gmail.com>"
authors: "Christian Lindig <lindig@gmail.com>"
homepage: "https://github.com/lindig/lipsum"
bug-reports: "https://github.com/lindig/lipsum/issues"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/lindig/lipsum.git"
build: [
  [make]
]
install: [make "PREFIX=%{prefix}%" "install"]
remove: [make "PREFIX=%{prefix}%" "remove"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "ocamlbuild" {build}
  "re"
]
synopsis:
  "lipsum - self-contained tool for literate programming in tradition of NoWeb"
description: """
Lipsum is a command-line utility for literate programming. It stands in the
tradition of [Noweb](http://www.cs.tufts.edu/~nr/noweb/), a popular and
flexible literate programming system by Norman Ramsey. The idea of literate
programming is to keep documentation for programmers and program code in
one file and to arrange it in a way that helps understanding it best. To
actually compile or run the code it needs to be extracted from the literate
program and Lipsum is a tool to do this.

Like Noweb, Lipsum employs a minimal markup to arrange documentation and
code in a file. Also like Noweb, Lipsum is language agnostic and can be
used for almost any programming language and documentation."""
url {
  src: "https://github.com/lindig/lipsum/archive/v0.2.zip"
  checksum: "md5=68080f850882d90c6936b0c1343eb66b"
}
