this repo has no description
0
fork

Configure Feed

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

Package reanalyze.2.25.1

+38
+38
packages/reanalyze/reanalyze.2.25.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Dead values/types, exception, and termination analysis for OCaml/ReScript" 3 + description: """ 4 + Experimental analyses for ReScript/OCaml/Reason: for globally dead values/types, exception analysis, and termination analysis. 5 + """ 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" {>= "2.0"} 13 + "ocaml" {>= "4.08.0" & < "5.3"} 14 + "cppo" {build} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/rescript-association/reanalyze.git" 31 + url { 32 + src: 33 + "https://github.com/rescript-association/reanalyze/archive/refs/tags/v2.25.1.tar.gz" 34 + checksum: [ 35 + "md5=6a7192955fbed06cd48db89872032db2" 36 + "sha512=ae4d0459a088bdc88744bb8cbcab069a824eb43070d87f27c9039a939389cf76f010d63681f91c01b772a1060326cc5949f09f8378c933b948d994cb29ee542c" 37 + ] 38 + }