this repo has no description

try again to fix not-ocamlfind for freebsd

Changed files
+37
packages
not-ocamlfind
not-ocamlfind.0.11
+37
packages/not-ocamlfind/not-ocamlfind.0.11/opam
···
+
opam-version: "2.0"
+
synopsis: "A small frontend for ocamlfind that adds a few useful commands"
+
license: "MIT"
+
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.11.tar.gz"
+
checksum: [
+
"sha512=2632ea97ea27bec3aeea8d39dbca3cf58466da0c5ac6ad97cd75e9bb8972fd4a4c760a641b99f58f9dbac6196f3100fce95c15aec315a1b76700d884d7f77881"
+
]
+
}