opam-version: "2.0"
synopsis: "Manipulate roman numerals (ocaml.org dune/opam tutorial)"
maintainer: ["contact@coherentgraphics.co.uk"]
authors: ["John Whitington"]
license: "BSD-2-Clause"
homepage: "https://github.com/johnwhitington/roman"
bug-reports: "https://github.com/johnwhitington/roman/issues"
depends: [
  "dune" {>= "2.8"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/johnwhitington/roman.git"
url {
  src: "https://github.com/johnwhitington/roman/archive/0.1.tar.gz"
  checksum: [
    "md5=165542e35ea8225e6793df48dd508f49"
    "sha512=2b8e2f6961d6847ea5a290b276bf111f3afd3e5f4de71c947123aafd6abab75cbe1fb1da0dde53725d4b59c5fc27c5010de9d2e50d0e6f1829d3b59960d13f45"
  ]
}
