Skip to content

Commit 235bc45

Browse files
glob_files in stable
1 parent 83e93c4 commit 235bc45

File tree

1 file changed

+6
-9
lines changed
  • ocaml/otherlibs/stable

1 file changed

+6
-9
lines changed

ocaml/otherlibs/stable/dune

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@
3636

3737
(install
3838
(files
39-
(stable.cmxa as stable/stable.cmxa)
40-
(stable.a as stable/stable.a)
41-
(stable.cmxs as stable/stable.cmxs)
42-
(stable.cma as stable/stable.cma)
43-
(stable.mli as stable/stable.mli)
44-
(.stable.objs/byte/stable.cmi as stable/stable.cmi)
45-
(.stable.objs/byte/stable.cmt as stable/stable.cmt)
46-
(.stable.objs/byte/stable.cmti as stable/stable.cmti)
47-
(.stable.objs/native/stable.cmx as stable/stable.cmx))
39+
(glob_files
40+
(*.{cmxa,a,cmxs,cma,mli} with_prefix stable))
41+
(glob_files
42+
(.stable.objs/byte/*.{cmi,cmt,cmti} with_prefix stable))
43+
(glob_files
44+
(.stable.objs/native/*.cmx with_prefix stable)))
4845
(section lib)
4946
(package ocaml))

0 commit comments

Comments
 (0)