this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package CamelCase.0.2.0

authored by

Shon Feder and committed by
GitHub
0c42e982 0bb84418

+40
+40
packages/CamelCase/CamelCase.0.2.0/opam
··· 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 <me@atomicptr.de>"] 6 + authors: ["Christopher Kaster <me@atomicptr.de>"] 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 + }