File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/not-ocamlfind/not-ocamlfind.0.12 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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.12.tar.gz"
34+ checksum: [
35+ "sha512=44b64691a86c475e8f143f45ee0660e9fd20e75ff2f19f3c86266486fbdebc5a2082ae0d0ed4a43f78cda802afdfd4b648c5a8f2d00e49deb7188dccff35978f"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments