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