this repo has no description
0
fork

Configure Feed

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

Merge pull request #25886 from jchavarri/release-ppx_deriving_variant_string-1.0.1

[new release] ppx_deriving_variant_string (1.0.1)

authored by

Marcello Seri and committed by
GitHub
3be63245 791466ba

+41
+41
packages/ppx_deriving_variant_string/ppx_deriving_variant_string.1.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml PPX deriver that generates converters between variants and strings" 3 + description: "OCaml PPX deriver that generates converters between regular or polymorphic variants and strings. Supports both OCaml and Reason casing." 4 + maintainer: [ 5 + "Javier Chávarri <javier.chavarri@ahrefs.com>" 6 + ] 7 + authors: [ 8 + "Javier Chávarri <javier.chavarri@ahrefs.com>" 9 + ] 10 + tags: ["syntax" "org:ahrefs"] 11 + license: "MIT" 12 + homepage: "https://github.com/ahrefs/ppx_deriving_variant_string" 13 + bug-reports: "https://github.com/ahrefs/ppx_deriving_variant_string/issues" 14 + dev-repo: "git+https://github.com/ahrefs/ppx_deriving_variant_string.git" 15 + depends: [ 16 + "ocaml" 17 + "dune" {>= "3.8"} 18 + "ppxlib" {>= "0.23.0"} 19 + "ounit" {with-test} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + ] 32 + ] 33 + url { 34 + src: 35 + "https://github.com/ahrefs/ppx_deriving_variant_string/releases/download/1.0.1/ppx_deriving_variant_string-1.0.1.tbz" 36 + checksum: [ 37 + "sha256=9d253d2c4c0f38e42e0a93405508011ae707ba4e708c9ddd0c88fbd3c7632f07" 38 + "sha512=25bf3725bfab353f3b6f5d67ff55cc4186419bfd537b0824ad5bd26f456470995376fe7b4f3d9eabac2105a5878f168a9a31da1e33d5cb8ea3e2b3a43cdf97b7" 39 + ] 40 + } 41 + x-commit-hash: "c35d8925ed5f147da9c2d8a6303a77045bf26ad3"