opam-version: "2.0" synopsis: "ASCII-based library for generating and querying source code" description: "Programming languages and DSLs have distinct coding conventions. The early versions of this package help convert identifiers between the different conventions (camel case, kebab case, etc.)." maintainer: "opensource+dkml@support.diskuv.com" authors: "Diskuv, Inc. " license: "Apache-2.0" homepage: "https://gitlab.com/dkml/base/sourcecode" doc: "https://gitlab.com/dkml/base/sourcecode/-/blob/main/README.md" bug-reports: "https://gitlab.com/dkml/base/sourcecode/-/issues" depends: [ "dune" {>= "3.8"} "ocaml" {>= "4.12.1"} "tezt" {with-test & >= "3.1.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://gitlab.com/dkml/base/sourcecode.git" url { src: "https://gitlab.com/dkml/base/sourcecode/-/archive/0.1.0/sourcecode-0.1.0.tar.gz" checksum: [ "md5=82d49afcaac09811ac4cb699132d0aa9" "sha512=65da8781baf17546a1185db017499b761896569fff5649223ec9966c166e053c39d4072e9386a5ebfec6fdd9a3fc4bfa1a920705881e81e03069c8e6d4f5490a" ] }