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.13.tar.gz"
35 checksum: [
36 "sha512=cbac79e3b6801ad64d6842506f0ba29a6eddc5d92d9c6375a2057ff3d0ee0c12937694fbd27db79c90095d2b98cf275d3203335107fa44b876b1386b2ad83ea3"
37 ]
38}