+39
packages/goblint/goblint.2.0.0/files/0001-Fix-deprecated-File.exists-in-update_suite.rb.patch
+39
packages/goblint/goblint.2.0.0/files/0001-Fix-deprecated-File.exists-in-update_suite.rb.patch
···+-has_linux_headers = File.exists? "linux-headers" # skip kernel tests if make headers failed (e.g. on opam-repository opam-ci where network is forbidden)++has_linux_headers = File.exist? "linux-headers" # skip kernel tests if make headers failed (e.g. on opam-repository opam-ci where network is forbidden)
+2
-1
packages/goblint/goblint.2.0.0/opam
+2
-1
packages/goblint/goblint.2.0.0/opam
······
+39
packages/goblint/goblint.2.0.1/files/0001-Fix-deprecated-File.exists-in-update_suite.rb.patch
+39
packages/goblint/goblint.2.0.1/files/0001-Fix-deprecated-File.exists-in-update_suite.rb.patch
···+-has_linux_headers = File.exists? "linux-headers" # skip kernel tests if make headers failed (e.g. on opam-repository opam-ci where network is forbidden)++has_linux_headers = File.exist? "linux-headers" # skip kernel tests if make headers failed (e.g. on opam-repository opam-ci where network is forbidden)
+2
-1
packages/goblint/goblint.2.0.1/opam
+2
-1
packages/goblint/goblint.2.0.1/opam
······
+39
packages/goblint/goblint.2.1.0/files/0001-Fix-deprecated-File.exists-in-update_suite.rb.patch
+39
packages/goblint/goblint.2.1.0/files/0001-Fix-deprecated-File.exists-in-update_suite.rb.patch
···+-has_linux_headers = File.exists? "linux-headers" # skip kernel tests if make headers failed (e.g. on opam-repository opam-ci where network is forbidden)++has_linux_headers = File.exist? "linux-headers" # skip kernel tests if make headers failed (e.g. on opam-repository opam-ci where network is forbidden)
+2
-1
packages/goblint/goblint.2.1.0/opam
+2
-1
packages/goblint/goblint.2.1.0/opam
······
+44
packages/lintcstubs-gen/lintcstubs-gen.0.4.7/opam
+44
packages/lintcstubs-gen/lintcstubs-gen.0.4.7/opam
···+"Generates a C model for how OCaml C primitives can be called. Link with a C model of the OCaml runtime, or run a static analyzer to find incorrect API/macro usage that leads to race conditions."+"sha512=80e9198ff347c707015cddea3d1859c7509ab436520dbe6b919c943cd654dc34270ff823ed58bcfce7b8e5af8a36a07b9a22005aa33574d915ccd2b5c961b071"
+47
packages/lintcstubs/lintcstubs.0.4.7/opam
+47
packages/lintcstubs/lintcstubs.0.4.7/opam
···+"Uses a generated C model for how OCaml C primitives can be called. Run a static analyzer to find incorrect API/macro usage that leads to race conditions."+"sha512=80e9198ff347c707015cddea3d1859c7509ab436520dbe6b919c943cd654dc34270ff823ed58bcfce7b8e5af8a36a07b9a22005aa33574d915ccd2b5c961b071"