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