this repo has no description

Merge pull request #27591 from atomicptr/opam-publish-CamelCase.0.2.0

Package CamelCase.0.2.0

Changed files
+40
packages
CamelCase
CamelCase.0.2.0
+40
packages/CamelCase/CamelCase.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A simple OCaml test framework"
+
description: "A simple OCaml test framework"
+
maintainer: ["Christopher Kaster <me@atomicptr.de>"]
+
authors: ["Christopher Kaster <me@atomicptr.de>"]
+
license: "MIT"
+
tags: ["tests" "test" "unit" "unit tests"]
+
homepage: "https://github.com/atomicptr/CamelCase"
+
doc: "https://github.com/atomicptr/CamelCase"
+
bug-reports: "https://github.com/atomicptr/CamelCase/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.17"}
+
"ocamlformat"
+
"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/atomicptr/CamelCase.git"
+
url {
+
src:
+
"https://github.com/atomicptr/CamelCase/archive/refs/tags/v0.2.0.tar.gz"
+
checksum: [
+
"md5=334df29b3b3753c6493469ed2dada61f"
+
"sha512=7f49890441cf0b2f937984cffe4f3686c80966bd15a8e775e4dbbc5ae0a3ec893aecf8f05a8ea1641606c88161042c0c52ebd405b08b1bc160c3dd6b94a77269"
+
]
+
}