Source file conan_images_159.ml

1
2
3
4
5
6
7
8
9
let tree = Conan.Tree.Unsafe.node
             [(Conan.Tree.Unsafe.elt ?filename:(Some "images")
                 ?line:(Some 1357)
                 (Conan.Tree.Unsafe.mime "application/dicom"),
               Conan.Tree.Unsafe.node
                 [(Conan.Tree.Unsafe.elt ?filename:(Some "images")
                     ?line:(Some 1358)
                     (Conan.Tree.Unsafe.extension ["dcm"; "dicom"; "dic"]),
                   Conan.Tree.Unsafe.leaf)])]