package conan-database

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

Source file conan_espressif.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
let tree = Conan.Tree.Unsafe.node
             [(Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                 ?line:(Some 10)
                 (let ty = Conan.Ty.numeric ~unsigned:true ~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 4617))
                    (`Space "")),
               Conan.Tree.Unsafe.node
                 [(Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                     ?line:(Some 12)
                     (let ty = Conan.Ty.numeric ~unsigned:true ~endian:`BE
                                 Conan.Integer.int64 (Conan.Arithmetic.Add
                                                      0L) in
                      Conan.Tree.Unsafe.rule
                        ~offset:(Conan.Offset.Absolute
                                 (Conan.Offset.Value 469L))
                        ty
                        (Conan.Test.numeric Conan.Integer.int64
                           (Conan.Comparison.equal_to 3400271810341909814L))
                        (`Space "configuration of Tasmota firmware (ESP8266)")),
                   Conan.Tree.Unsafe.node
                     [(Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 54)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\223') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 389L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 53)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\222') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 388L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 52)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\221') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 387L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 51)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\220') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 386L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 50)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\219') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 385L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 49)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\218') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 384L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 48)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\217') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 383L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 47)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\216') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 382L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 46)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\215') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 381L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 45)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\214') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 380L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 44)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\213') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 379L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 43)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\212') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 378L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 42)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\211') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 377L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 41)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\210') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 376L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 40)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\209') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 375L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 39)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\208') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 374L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 38)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\207') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 373L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 37)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\206') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 372L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 36)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\205') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 371L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 35)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\204') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 370L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 34)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\203') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 369L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 33)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\202') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 368L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 32)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\201') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 367L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 31)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\200') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 366L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 30)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\199') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 365L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 29)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\198') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 364L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 28)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\197') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 363L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 27)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\196') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 362L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 26)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\195') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 361L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 25)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\194') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 360L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 24)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\193') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 359L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 23)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\192') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 358L))
                            ty
                            (Conan.Test.numeric Conan.Integer.byte
                               (Conan.Comparison.greater_than '\037'))
                            (`No_space "%c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 22)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\191') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 357L))
                            ty (Conan.Test.always_true)
                            (`No_space ", hostname %c")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 19)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\098') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 8L))
                            ty (Conan.Test.always_true) (`No_space ".%u")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 18)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\099') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 9L))
                            ty (Conan.Test.always_true) (`No_space ".%u")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 17)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\100') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 10L))
                            ty (Conan.Test.always_true) (`No_space ".%u")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 16)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     Conan.Integer.byte
                                     (Conan.Arithmetic.Bitwise_xor '\101') in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 11L))
                            ty (Conan.Test.always_true)
                            (`No_space ", version %u")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                         ?line:(Some 13)
                         (Conan.Tree.Unsafe.mime "application/x-tasmota-dmp"),
                       Conan.Tree.Unsafe.node
                         [(Conan.Tree.Unsafe.elt ?filename:(Some "espressif")
                             ?line:(Some 14)
                             (Conan.Tree.Unsafe.extension ["dmp"]),
                           Conan.Tree.Unsafe.leaf)])])])]
OCaml

Innovation. Community. Security.