package conan-database

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file pbm.ml

1
2
3
4
5
6
7
8
9
10
11
let tree = Conan.Tree.Unsafe.node
             [(Conan.Tree.Unsafe.elt ?filename:(Some "pbm") ?line:(Some 8)
                 (let ty = Conan.Ty.numeric ~unsigned:false ~endian:`LE
                             Conan.Integer.short (Conan.Arithmetic.Add 0) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 0L))
                    ty
                    (Conan.Test.numeric Conan.Integer.short
                       (Conan.Comparison.equal_to 10775))
                    (`Space "\"compact bitmap\" format (Poskanzer)")),
               Conan.Tree.Unsafe.leaf)]
OCaml

Innovation. Community. Security.