File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
camlp5-buildscripts/camlp5-buildscripts.0.03
not-ocamlfind/not-ocamlfind.0.11 Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ depends: [
2222 "fmt"
2323 "re" { >= "1.10.4" }
2424 "bos" { >= "0.2.1" }
25+ "conf-bash"
2526]
2627build: [
2728 [make "sys"]
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.11.tar.gz"
34+ checksum: [
35+ "sha512=2632ea97ea27bec3aeea8d39dbca3cf58466da0c5ac6ad97cd75e9bb8972fd4a4c760a641b99f58f9dbac6196f3100fce95c15aec315a1b76700d884d7f77881"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments