this repo has no description
0
fork

Configure Feed

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

Merge pull request #20472 from kit-ty-kate/opam-publish-reanalyze.2.19.0

Package reanalyze.2.19.0

authored by

Marcello Seri and committed by
GitHub
0e11bc6d 0bd23e7a

+41
+41
packages/reanalyze/reanalyze.2.19.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Dead values/types, exception, and termination analysis for OCaml/ReScript" 4 + description: 5 + "Experimental analyses for ReScript/OCaml/Reason: for globally dead values/types, exception analysis, and termination analysis." 6 + maintainer: "Cristiano Calcagno" 7 + authors: "Cristiano Calcagno" 8 + license: "MIT" 9 + homepage: "https://github.com/rescript-association/reanalyze" 10 + bug-reports: "https://github.com/rescript-association/reanalyze/issues" 11 + depends: [ 12 + "dune" {>= "1.7"} 13 + "ocaml" {>= "4.06.1" & < "4.14"} 14 + "cppo" {build} 15 + ] 16 + conflicts: [ 17 + "base-domains" 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/rescript-association/reanalyze.git" 34 + url { 35 + src: 36 + "https://github.com/rescript-association/reanalyze/archive/refs/tags/v2.19.0.tar.gz" 37 + checksum: [ 38 + "md5=005d4b7ae5fc6f34e22ff775a51264fa" 39 + "sha512=168333f67df4b57415d5cbef1b61a22995191fc7323718b2f77c1c9dbbfc19ca8ed62978f7607a136d426f9ef5773a9663bf9a918e36528199acb93ea153d5b0" 40 + ] 41 + }