this repo has no description

not-ocamlfind 0.14: windows bugfixes (#27658)

* windows bugfixes

executable name needs .EXE suffix. Also updated cached copy of
ocamlfind to latest (1.9.8)

* conflict out that broken frama-clang package

and fix for freebsd

* freebsd fixup

* Update packages/not-ocamlfind/not-ocamlfind.0.14/opam

Co-authored-by: Raphaël Proust <raphael-proust@users.noreply.github.com>

* per maintainer suggestion, marking unavailable

The C code has failed to build a number of times
when built as part of revdeps, and there are a
number of newer releases

* Update packages/not-ocamlfind/not-ocamlfind.0.14/opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

---------

Co-authored-by: Raphaël Proust <raphael-proust@users.noreply.github.com>
Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+39
packages
frama-clang
frama-clang.0.0.14
not-ocamlfind
not-ocamlfind.0.14
+1
packages/frama-clang/frama-clang.0.0.14/opam
···
checksum:
"sha256=6b69ba205c2277b921546322f0997fb6765c7fb553410a3e5b579230aa9f3202"
}
+
available: false
+38
packages/not-ocamlfind/not-ocamlfind.0.14/opam
···
+
opam-version: "2.0"
+
synopsis: "A small frontend for ocamlfind that adds a few useful commands"
+
license: "MIT"
+
x-maintenance-intent: [ "(latest)" ]
+
maintainer: "Chet Murthy <chetsky@gmail.com>"
+
+
(* Gerd wrote most of this code; I just modified it (and probably
+
introduced bugs. This is to silence opam *)
+
+
authors: "Chet Murthy <chetsky@gmail.com>"
+
homepage: "https://github.com/chetmurthy/not-ocamlfind"
+
bug-reports: "Chet Murthy <chetsky@gmail.com>"
+
depends: [
+
"ocamlfind" {>= "1.8.0"}
+
"camlp-streams"
+
"conf-m4" {build}
+
"fmt" {>= "0.8.8"}
+
"rresult" {>= "0.6.0"}
+
"ocamlgraph" {>= "2.0.0"}
+
"conf-which"
+
]
+
depexts: [
+
[
+
"xdot"
+
] {os-family = "debian"}
+
]
+
build: [
+
["./configure" "-bindir" bin "-sitelib" lib "-mandir" man "-config" "%{lib}%/findlib.conf" "-no-custom" "-no-topfind" {preinstalled}]
+
[make "all"]
+
]
+
install: [make "install"]
+
dev-repo: "git+https://github.com/chetmurthy/not-ocamlfind"
+
url {
+
src: "https://github.com/chetmurthy/not-ocamlfind/archive/refs/tags/0.14.tar.gz"
+
checksum: [
+
"sha512=98fda1ff916ebdc9ad960faea2c0f69955d443a2ad18ac79d0d3dffa843210a4c18a997df317c42aa6c92f8f6dc20a432b8b4f6b2abe76237f53d27459f348a2"
+
]
+
}