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