Skip to content

Commit 0c42e98

Browse files
authored
Merge pull request #27591 from atomicptr/opam-publish-CamelCase.0.2.0
Package CamelCase.0.2.0
2 parents 0bb8441 + 5c6ac90 commit 0c42e98

File tree

1 file changed

+40
-0
lines changed
  • packages/CamelCase/CamelCase.0.2.0

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A simple OCaml test framework"
4+
description: "A simple OCaml test framework"
5+
maintainer: ["Christopher Kaster <[email protected]>"]
6+
authors: ["Christopher Kaster <[email protected]>"]
7+
license: "MIT"
8+
tags: ["tests" "test" "unit" "unit tests"]
9+
homepage: "https://github.com/atomicptr/CamelCase"
10+
doc: "https://github.com/atomicptr/CamelCase"
11+
bug-reports: "https://github.com/atomicptr/CamelCase/issues"
12+
depends: [
13+
"ocaml" {>= "4.08"}
14+
"dune" {>= "3.17"}
15+
"ocamlformat"
16+
"odoc" {with-doc}
17+
]
18+
build: [
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+
]
32+
dev-repo: "git+https://github.com/atomicptr/CamelCase.git"
33+
url {
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+
}

0 commit comments

Comments
 (0)