ref: 489868c4e3e09955b41506806168e1283400f06c
dir: /desereter.opam/
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "19"
synopsis: "Tool to convert English text to the Deseret Alphabet"
maintainer: ["smazga@greymanlabs.com"]
authors: ["smazga"]
homepage: "https://shithub.us/git/zgasma/desereter/HEAD/info.html"
bug-reports: "no"
depends: [
"dune" {>= "2.7"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]