opam-version: "2.0"
synopsis: "Generate text using Markov chains"
description:
  "omg is an OCaml library to generate random text using Markov chains. You initialize a generator, feed it with some input, then it generates random text based on the input."
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
authors: ["Léo Andrès <contact@ndrs.fr>"]
license: "ISC"
homepage: "https://git.zapashcanon.fr/zapashcanon/omg"
doc: "https://doc.zapashcanon.fr/omg/"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/omg/issues"
depends: [
  "ocaml" {>= "4.05.0"}
  "dune" {>= "1.11.0"}
  "bisect_ppx" {< "2.6.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git://git.zapashcanon.fr/zapashcanon/omg.git"
url {
  src: "https://fs.zapashcanon.fr/archive/omg/omg-0.0.1.tbz"
  checksum: [
    "sha256=04bb7cab2b212766a6310475c7154c332625c3b523b13fcdfdff930a9b89a292"
    "sha512=229e70f2e62fe4fea07b07b5050d4f2300a99cd8e4db0e43b458b0cceee31b621a4cef55096a79ae8f7c9490e90e596faf2ce8ded6b9df5128537c4ded8cf7f7"
  ]
}
