Skip to content

Commit 1bde9f7

Browse files
committed
try again to fix not-ocamlfind for freebsd
1 parent 1e93bc0 commit 1bde9f7

File tree

1 file changed

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

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.11.tar.gz"
34+
checksum: [
35+
"sha512=2632ea97ea27bec3aeea8d39dbca3cf58466da0c5ac6ad97cd75e9bb8972fd4a4c760a641b99f58f9dbac6196f3100fce95c15aec315a1b76700d884d7f77881"
36+
]
37+
}

0 commit comments

Comments
 (0)