this repo has no description
0
fork

Configure Feed

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

Merge pull request #27677 from atomicptr/release-CamelCase-v0.3.0

[new release] CamelCase (0.3.0)

authored by

Raphaël Proust and committed by
GitHub
acb7b3c5 acfb0e6e

+40
+40
packages/CamelCase/CamelCase.0.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A simple OCaml test framework" 3 + description: "A simple OCaml test framework" 4 + maintainer: ["Christopher Kaster <me@atomicptr.de>"] 5 + authors: ["Christopher Kaster <me@atomicptr.de>"] 6 + license: "MIT" 7 + tags: ["tests" "test" "unit" "unit tests"] 8 + homepage: "https://github.com/atomicptr/CamelCase" 9 + doc: "https://github.com/atomicptr/CamelCase" 10 + bug-reports: "https://github.com/atomicptr/CamelCase/issues" 11 + depends: [ 12 + "dune" {>= "3.17"} 13 + "ocaml" {>= "5.0"} 14 + "ocamlformat" 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/atomicptr/CamelCase.git" 32 + url { 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 + } 40 + x-commit-hash: "6372e003f383129df89b77429951928fea30d210"