this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A simple OCaml test framework"
4description: "A simple OCaml test framework"
5maintainer: ["Christopher Kaster <me@atomicptr.de>"]
6authors: ["Christopher Kaster <me@atomicptr.de>"]
7license: "MIT"
8tags: ["tests" "test" "unit" "unit tests"]
9homepage: "https://github.com/atomicptr/CamelCase"
10doc: "https://github.com/atomicptr/CamelCase"
11bug-reports: "https://github.com/atomicptr/CamelCase/issues"
12depends: [
13 "ocaml" {>= "4.08"}
14 "dune" {>= "3.17"}
15 "ocamlformat"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/atomicptr/CamelCase.git"
33url {
34 src:
35 "https://github.com/atomicptr/CamelCase/archive/refs/tags/v0.2.0.tar.gz"
36 checksum: [
37 "md5=334df29b3b3753c6493469ed2dada61f"
38 "sha512=7f49890441cf0b2f937984cffe4f3686c80966bd15a8e775e4dbbc5ae0a3ec893aecf8f05a8ea1641606c88161042c0c52ebd405b08b1bc160c3dd6b94a77269"
39 ]
40}