Skip to content

Commit 7ff43d3

Browse files
authored
Merge pull request #24503 from chetmurthy/update-not-ocamlfind-to-avoid-freebsd-build-failure
update not-ocamlfind (0.12): change build to avoid freebsd-specific build error
2 parents a3c5727 + ae63add commit 7ff43d3

File tree

1 file changed

+37
-0
lines changed
  • packages/not-ocamlfind/not-ocamlfind.0.12

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "A small frontend for ocamlfind that adds a few useful commands"
3+
license: "MIT"
4+
maintainer: "Chet Murthy <[email protected]>"
5+
6+
(* Gerd wrote most of this code; I just modified it (and probably
7+
introduced bugs. This is to silence opam *)
8+
9+
authors: "Chet Murthy <[email protected]>"
10+
homepage: "https://github.com/chetmurthy/not-ocamlfind"
11+
bug-reports: "Chet Murthy <[email protected]>"
12+
depends: [
13+
"ocamlfind" {>= "1.8.0"}
14+
"camlp-streams"
15+
"conf-m4" {build}
16+
"fmt" {>= "0.8.8"}
17+
"rresult" {>= "0.6.0"}
18+
"ocamlgraph" {>= "2.0.0"}
19+
"conf-which"
20+
]
21+
depexts: [
22+
[
23+
"xdot"
24+
] {os-family = "debian"}
25+
]
26+
build: [
27+
["./configure" "-bindir" bin "-sitelib" lib "-mandir" man "-config" "%{lib}%/findlib.conf" "-no-custom" "-no-topfind" {preinstalled}]
28+
[make "all"]
29+
]
30+
install: [make "install"]
31+
dev-repo: "git+https://github.com/chetmurthy/not-ocamlfind"
32+
url {
33+
src: "https://github.com/chetmurthy/not-ocamlfind/archive/refs/tags/0.12.tar.gz"
34+
checksum: [
35+
"sha512=44b64691a86c475e8f143f45ee0660e9fd20e75ff2f19f3c86266486fbdebc5a2082ae0d0ed4a43f78cda802afdfd4b648c5a8f2d00e49deb7188dccff35978f"
36+
]
37+
}

0 commit comments

Comments
 (0)