File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1010 (package
1111 (name olinkcheck)))
1212
13+ ; workaround: temporary pin for ocamlbuild, to be removed when ocamlbuild works with dune pkg
14+ (pin
15+ (name ocamlbuild)
16+ (url "https://github.com/gridbugs/ocamlbuild/archive/refs/tags/0.16.1+dune.tar.gz")
17+ (package
18+ (name ocamlbuild)))
19+
20+ ; workaround: temporary pin as for ocamlfind, to be removed when ocamlfind works with dune pkg
21+ (pin
22+ (name ocamlfind)
23+ (url "https://github.com/Leonidas-from-XIV/ocamlfind/releases/download/findlib-1.9.6%2Bdune/findlib-1.9.6+dune.tar.gz")
24+ (package
25+ (name ocamlfind)))
26+
1327(lock_dir
1428 (repositories pinned_opam_repository)
15- (pins olinkcheck)
29+ (pins olinkcheck ocamlbuild ocamlfind )
1630 (version_preference newest)
1731 )
You can’t perform that action at this time.
0 commit comments