opam-version: "2.0"
synopsis: "Name pattern combinators"
description:
  "This package implements a pattern language for selecting names. It intends to facilitate the implementation of the \"import\" statement or any feature that allows users to select a group of names by patterns."
maintainer: "favonia <favonia@gmail.com>"
authors: "favonia <favonia@gmail.com>"
license: "Apache 2.0"
homepage: "https://github.com/favonia/yuujinchou"
bug-reports: "https://github.com/favonia/yuujinchou/issues"
depends: [
  "dune" {>= "2.5"}
  "ocaml" {>= "4.08.0"}
  "ppx_deriving" {>= "4.5"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@default"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/favonia/yuujinchou.git"
url {
  src: "https://github.com/favonia/yuujinchou/archive/0.10.0.tar.gz"
  checksum: [
    "md5=e52bf8aea716d680731d6b5e4651f42b"
    "sha512=5bf09b4700894a8869b128583efba8c64fd4c3133478b861e4b6943cf1ec4fb8c110fc7fa3104e3e73ed0f0d01930ce73109980acfe354cba6150d3799343e7b"
  ]
}