forked from facebook/infer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
1466 lines (1311 loc) · 64.9 KB
/
yarn.lock
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
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@opam-alpha/ANSITerminal@>= 0.6.5":
version "0.7.0"
resolved ANSITerminal-0.7.0.tgz#764910e537a02618e2b81b453ee240a2f09a369f
dependencies:
ANSITerminal-actual "git://github.com/npm-opam/ANSITerminal.git#0.7.0"
"@opam-alpha/atd@>= 1.2.0":
version "1.2.0"
resolved atd-1.2.0.tgz#5905369f4aa374087f0e13aea2a8ac6e60594350
dependencies:
atd-actual "git://github.com/npm-opam/atd.git#1.2.0"
"@opam-alpha/atdgen@^ 1.10.0":
version "1.10.0"
resolved atdgen-1.10.0.tgz#188e177c21a7edb28379242bc54b7367230b9ecf
dependencies:
atdgen-actual "git://github.com/npm-opam/atdgen.git#1.10.0"
"@opam-alpha/base-threads@*":
version "0.0.0"
resolved base-threads-0.0.0.tgz#85e278fc0d93939aa2ce575c01a036679623cd75
dependencies:
base-threads-actual "git://github.com/npm-opam/base-threads.git#0.0.0"
"@opam-alpha/base-unix@*":
version "0.0.0"
resolved base-unix-0.0.0.tgz#c01837b2744635f1776e682a0c0064728a34b5fa
dependencies:
base-unix-actual "git://github.com/npm-opam/base-unix.git#0.0.0"
"@opam-alpha/BetterErrors@>= 0.0.1":
version "0.0.1"
resolved BetterErrors-0.0.1.tgz#a17a61943bc821cd42f204a8c4efced71d786a0f
dependencies:
BetterErrors-actual "git://github.com/npm-opam/BetterErrors.git#0.0.1"
"@opam-alpha/bin_prot@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved bin_prot-113.33.3.tgz#b0a7952d68a686ba9cd904a6b68f0c2e0e1b58df
dependencies:
bin_prot-actual "git://github.com/npm-opam/bin_prot.git#113.33.03"
"@opam-alpha/biniou@>= 1.0.6":
version "1.0.12"
resolved biniou-1.0.12.tgz#7fae6bc59a1b11796692637b8f37509cc3ec8d5b
dependencies:
biniou-actual "git://github.com/npm-opam/biniou.git#1.0.12"
"@opam-alpha/camlp4@*":
version "4.4.31"
resolved camlp4-4.4.31.tgz#1f2a81ca8e92b7a6049b42e32b51729d520a116c
dependencies:
camlp4-actual "git://github.com/npm-opam/camlp4.git#4.4.031"
"@opam-alpha/camlzip@>= 1.05.0":
version "1.6.0"
resolved camlzip-1.6.0.tgz#63aa05c77f1dbc6bf060af6acbac6ed7cfba1423
dependencies:
camlzip-actual "git://github.com/npm-opam/camlzip.git#1.06.0"
"@opam-alpha/camomile@>= 0.8.0":
version "0.8.5"
resolved camomile-0.8.5.tgz#1375d952f61c82664d94f836132fe3d5e0638927
dependencies:
camomile-actual "git://github.com/npm-opam/camomile.git#0.8.5"
"@opam-alpha/cmdliner@*":
version "0.9.8"
resolved cmdliner-0.9.8.tgz#ddc241833e0cef5e784dc6f0506b7df50b041884
dependencies:
cmdliner-actual "git://github.com/npm-opam/cmdliner.git#0.9.8"
"@opam-alpha/conf-m4@*":
version "4.1.0"
resolved conf-m4-4.1.0.tgz#91500bb3c9c9ca790731671035a5beb0664e0ce8
dependencies:
conf-m4-actual "git://github.com/npm-opam/conf-m4.git#4.1.0"
"@opam-alpha/conf-ncurses@*":
version "1.0.0"
resolved conf-ncurses-1.0.0.tgz#44fb9e5f970b34474570dc747c29a24e89989c48
dependencies:
conf-ncurses-actual "git://github.com/npm-opam/conf-ncurses.git#1.0.0"
"@opam-alpha/conf-pkg-config@*":
version "1.0.0"
resolved conf-pkg-config-1.0.0.tgz#938404a87215fdea094d5b16ccc44715c4dbac28
dependencies:
conf-pkg-config-actual "git://github.com/npm-opam/conf-pkg-config.git#1.0.0"
"@opam-alpha/conf-which@*":
version "1.0.0"
resolved conf-which-1.0.0.tgz#45b4dc34e3c256b8027fc47d672eca0d1c25f541
dependencies:
conf-which-actual "git://github.com/npm-opam/conf-which.git#1.0.0"
"@opam-alpha/[email protected]":
version "113.33.3"
resolved core-113.33.3.tgz#f7a586a0f9a3efbe195c1b98ebd51ccaf2f8bfd9
dependencies:
core-actual "git://github.com/npm-opam/core.git#113.33.03"
"@opam-alpha/core_kernel@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved core_kernel-113.33.3.tgz#aa062b596d1c414294d6e8955edfd3d325090c82
dependencies:
core_kernel-actual "git://github.com/npm-opam/core_kernel.git#113.33.03"
"@opam-alpha/cppo@*", "@opam-alpha/cppo@>= 1.1.2", "@opam-alpha/cppo@>= 1.2.2":
version "1.4.0"
resolved cppo-1.4.0.tgz#e9572a069d93fd9140122036dc7371d6581093f6
dependencies:
cppo-actual "git://github.com/npm-opam/cppo.git#1.4.0"
"@opam-alpha/ctypes-foreign@*", "@opam-alpha/[email protected]":
version "0.4.0"
resolved ctypes-foreign-0.4.0.tgz#deb81969266b6436ca6b84699541a3e28b909ad1
dependencies:
ctypes-foreign-actual "git://github.com/npm-opam/ctypes-foreign.git#0.4.0"
"@opam-alpha/[email protected]":
version "0.9.2"
resolved ctypes-0.9.2.tgz#b3eac49546bbd7e263643014a1f4993a4352cfee
dependencies:
ctypes-actual "git://github.com/npm-opam/ctypes.git#0.9.2"
"@opam-alpha/easy-format@*", "@opam-alpha/easy-format@^ 1.2.0":
version "1.2.0"
resolved easy-format-1.2.0.tgz#08d53c49a8227ae7d0dec0aa0f236d8fc913cd6b
dependencies:
easy-format-actual "git://github.com/npm-opam/easy-format.git#1.2.0"
"@opam-alpha/extlib-compat@*", "@opam-alpha/[email protected]":
version "1.7.0"
resolved extlib-compat-1.7.0.tgz#5cda882e6703e44ed60997703614bac8c79457b0
dependencies:
extlib-compat-actual "git://github.com/npm-opam/extlib-compat.git#1.7.0"
"@opam-alpha/fieldslib@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved fieldslib-113.33.3.tgz#3b5bb492a0cde6876e67ef67a5827abf5fe09621
dependencies:
fieldslib-actual "git://github.com/npm-opam/fieldslib.git#113.33.03"
"@opam-alpha/javalib@>= 2.3.2", "@opam-alpha/javalib@^ 2.3.3":
version "2.3.3"
resolved javalib-2.3.3.tgz#1cb16fe3bbc6998a13d3ae6725c1189989555a18
dependencies:
javalib-actual "git://github.com/npm-opam/javalib.git#2.3.3"
"@opam-alpha/js-build-tools@>= 113.33.04 < 113.34.00":
version "113.33.4"
resolved js-build-tools-113.33.4.tgz#998b4d5f98813046e775d7b9a2b302f81f4b6891
dependencies:
js-build-tools-actual "git://github.com/npm-opam/js-build-tools.git#113.33.04"
"@opam-alpha/lambda-term@>= 1.9.0":
version "1.10.1"
resolved lambda-term-1.10.1.tgz#de45cb612b951bfc4dfed48f8b29ef6b11304ae3
dependencies:
lambda-term-actual "git://github.com/npm-opam/lambda-term.git#1.10.1"
"@opam-alpha/lwt@*", "@opam-alpha/lwt@>= 2.4.0":
version "2.5.2"
resolved lwt-2.5.2.tgz#0c83d5b2bce9fd087fbfcbf59762086fe415582b
dependencies:
lwt-actual "git://github.com/npm-opam/lwt.git#2.5.2"
"@opam-alpha/menhir@*", "@opam-alpha/menhir@>= 20160303.0.0":
version "20160825.0.0"
resolved menhir-20160825.0.0.tgz#45f638756944bdcf97b95416ccb226b0739d0206
dependencies:
menhir-actual "git://github.com/npm-opam/menhir.git#20160825.0.0"
"@opam-alpha/merlin-extend@^ 0.3.0":
version "0.3.0"
resolved merlin-extend-0.3.0.tgz#aceb5adda46a6190a6388bc95744947956524aed
dependencies:
merlin-extend-actual "git://github.com/npm-opam/merlin-extend.git#0.3.0"
"@opam-alpha/merlin@*", "@opam-alpha/merlin@^ 2.5.0":
version "2.5.1"
resolved merlin-2.5.1.tgz#d0c4e9b17ea3fe842f0ce1628f5c0a1f0ad2d179
dependencies:
merlin-actual "git://github.com/npm-opam/merlin.git#2.5.1"
"@opam-alpha/[email protected]", "@opam-alpha/ocaml@= 4.02.3":
version "4.2.3"
resolved ocaml-4.2.3.tgz#44c6e23fbb716196d4a6121f7751e09c0ad34018
dependencies:
ocaml "git+https://github.com/npm-opam/ocaml.git#npm-4.02.3"
"@opam-alpha/ocamlbuild@*":
version "0.9.2"
resolved ocamlbuild-0.9.2.tgz#b5d67c1e7bd3be9091333694f045d7725b77851f
"@opam-alpha/ocamlfind@*", "@opam-alpha/ocamlfind@>= 1.3.2", "@opam-alpha/ocamlfind@>= 1.5.0", "@opam-alpha/ocamlfind@>= 1.5.1", "@opam-alpha/ocamlfind@>= 1.5.2", "@opam-alpha/ocamlfind@>= 1.5.6", "@opam-alpha/ocamlfind@>= 1.6.0":
version "1.6.2"
resolved ocamlfind-1.6.2.tgz#4fb4c7f3b0b039b786aeaf7efc460c420e90055d
dependencies:
ocamlfind-actual "git+https://github.com/npm-opam/ocamlfind.git#1.6.2"
"@opam-alpha/ocp-build@>= 1.99.6":
version "1.99.17"
resolved ocp-build-1.99.17.tgz#6f7d1981d9f1fb0ac780c6cb812986171037a555
dependencies:
ocp-build-actual "git://github.com/npm-opam/ocp-build.git#1.99.17"
"@opam-alpha/[email protected]":
version "1.5.3"
resolved ocp-indent-1.5.3.tgz#4a9fad8e8bb8925e0b6953e078e6820e7abb2a1c
dependencies:
ocp-indent-actual "git://github.com/npm-opam/ocp-indent.git#1.5.3"
"@opam-alpha/ounit@*", "@opam-alpha/[email protected]":
version "2.0.0"
resolved ounit-2.0.0.tgz#bc3ed0ea2581192301558c3abe64ebdeb6fa2f36
dependencies:
ounit-actual "git://github.com/npm-opam/ounit.git#2.0.0"
"@opam-alpha/ppx_assert@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_assert-113.33.3.tgz#3ac1f76966beebf16cbed46462ea2491ee0d0a9a
dependencies:
ppx_assert-actual "git://github.com/npm-opam/ppx_assert.git#113.33.03"
"@opam-alpha/ppx_bench@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_bench-113.33.3.tgz#339bf735a17431e39401485871dee3a185709484
dependencies:
ppx_bench-actual "git://github.com/npm-opam/ppx_bench.git#113.33.03"
"@opam-alpha/ppx_bin_prot@>= 113.33.03 < 113.34.00":
version "113.33.403"
resolved ppx_bin_prot-113.33.403.tgz#7ecce77b8582c76109f66fcf4514174e82398a14
dependencies:
ppx_bin_prot-actual "git://github.com/npm-opam/ppx_bin_prot.git#113.33.00403"
"@opam-alpha/ppx_compare@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_compare-113.33.3.tgz#803d428d76f32d266f686cc526c98ca7485c77f9
dependencies:
ppx_compare-actual "git://github.com/npm-opam/ppx_compare.git#113.33.03"
"@opam-alpha/ppx_core@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_core-113.33.3.tgz#d6114a2429b8bd25b3105a852b88842edbc1c1be
dependencies:
ppx_core-actual "git://github.com/npm-opam/ppx_core.git#113.33.03"
"@opam-alpha/ppx_custom_printf@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_custom_printf-113.33.3.tgz#ca8fa378be8050140ff8d62e42adf37e0f99ecb0
dependencies:
ppx_custom_printf-actual "git://github.com/npm-opam/ppx_custom_printf.git#113.33.03"
"@opam-alpha/ppx_deriving@>= 3.0.0":
version "4.0.0"
resolved ppx_deriving-4.0.0.tgz#44e671996cc11b6a9907f4d35fa831b852744e50
dependencies:
ppx_deriving-actual "git://github.com/npm-opam/ppx_deriving.git#4.0.0"
"@opam-alpha/ppx_driver@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_driver-113.33.3.tgz#87628dff3de8d617a13b40e3cf37b6164d9df94b
dependencies:
ppx_driver-actual "git://github.com/npm-opam/ppx_driver.git#113.33.03"
"@opam-alpha/ppx_enumerate@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_enumerate-113.33.3.tgz#1eb94189968b8e3e7438595e5f54e9db80137f86
dependencies:
ppx_enumerate-actual "git://github.com/npm-opam/ppx_enumerate.git#113.33.03"
"@opam-alpha/ppx_expect@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_expect-113.33.3.tgz#559efbc16eb4303add027d1f7dc5ec37a12bbeae
dependencies:
ppx_expect-actual "git://github.com/npm-opam/ppx_expect.git#113.33.03"
"@opam-alpha/ppx_fail@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_fail-113.33.3.tgz#51173ffa4208afa5b4401889b282d943cabad2bd
dependencies:
ppx_fail-actual "git://github.com/npm-opam/ppx_fail.git#113.33.03"
"@opam-alpha/ppx_fields_conv@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_fields_conv-113.33.3.tgz#81504c172209c235b90a1ffbb142de5e77ece8eb
dependencies:
ppx_fields_conv-actual "git://github.com/npm-opam/ppx_fields_conv.git#113.33.03"
"@opam-alpha/ppx_here@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_here-113.33.3.tgz#d05dcbf368313387dfafdc2b0482f9ef7467d5f9
dependencies:
ppx_here-actual "git://github.com/npm-opam/ppx_here.git#113.33.03"
"@opam-alpha/ppx_inline_test@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_inline_test-113.33.3.tgz#c2805ff72fa5c63dc341dac92e2c5b18d5eae7e1
dependencies:
ppx_inline_test-actual "git://github.com/npm-opam/ppx_inline_test.git#113.33.03"
"@opam-alpha/ppx_jane@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_jane-113.33.3.tgz#62c93e0a3b9080a675cd3b7883e3bdc3568f09e6
dependencies:
ppx_jane-actual "git://github.com/npm-opam/ppx_jane.git#113.33.03"
"@opam-alpha/ppx_let@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_let-113.33.3.tgz#9aac83d0119f0949e64117deee11a6dccf13a373
dependencies:
ppx_let-actual "git://github.com/npm-opam/ppx_let.git#113.33.03"
"@opam-alpha/ppx_optcomp@>= 113.33.03 < 113.34.00":
version "113.33.503"
resolved ppx_optcomp-113.33.503.tgz#8885edd20c667265c95000d531ea664b8a0a6e90
dependencies:
ppx_optcomp-actual "git://github.com/npm-opam/ppx_optcomp.git#113.33.503"
"@opam-alpha/ppx_pipebang@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_pipebang-113.33.3.tgz#b488b8cf268b2af4eff67cb211750683ad770d8a
dependencies:
ppx_pipebang-actual "git://github.com/npm-opam/ppx_pipebang.git#113.33.03"
"@opam-alpha/ppx_sexp_conv@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_sexp_conv-113.33.3.tgz#1c3f66059efba5137f4e19a9ebdae02825fe1fa5
dependencies:
ppx_sexp_conv-actual "git://github.com/npm-opam/ppx_sexp_conv.git#113.33.03"
"@opam-alpha/ppx_sexp_message@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_sexp_message-113.33.3.tgz#a6571b01cf61d8d1b964513f266f023a41c6bf19
dependencies:
ppx_sexp_message-actual "git://github.com/npm-opam/ppx_sexp_message.git#113.33.03"
"@opam-alpha/ppx_sexp_value@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_sexp_value-113.33.3.tgz#e43e6d0816c87dd401e7adbbd3d32f8b6dfc105d
dependencies:
ppx_sexp_value-actual "git://github.com/npm-opam/ppx_sexp_value.git#113.33.03"
"@opam-alpha/ppx_tools@*", "@opam-alpha/ppx_tools@>= 0.99.3", "@opam-alpha/ppx_tools@>= 4.02.3":
version "5.0.4030"
resolved ppx_tools-5.0.4030.tgz#b67bc80317f6efc99274db0768248ec605c6e548
dependencies:
ppx_tools-actual "git://github.com/npm-opam/ppx_tools.git#5.0.04030"
"@opam-alpha/ppx_type_conv@>= 113.33.03 < 113.34.00":
version "113.33.2403"
resolved ppx_type_conv-113.33.2403.tgz#e14c553cf0160d7c2841246edded40aae68462df
dependencies:
ppx_type_conv-actual "git://github.com/npm-opam/ppx_type_conv.git#113.33.02403"
"@opam-alpha/ppx_typerep_conv@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_typerep_conv-113.33.3.tgz#da7b1f572875782cb909e81aea86ee7e9d616915
dependencies:
ppx_typerep_conv-actual "git://github.com/npm-opam/ppx_typerep_conv.git#113.33.03"
"@opam-alpha/ppx_variants_conv@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved ppx_variants_conv-113.33.3.tgz#d71c5629389b28c315bf5f9d3e0583db9378b62d
dependencies:
ppx_variants_conv-actual "git://github.com/npm-opam/ppx_variants_conv.git#113.33.03"
"@opam-alpha/re@*", "@opam-alpha/re@>= 1.5.0", "@opam-alpha/re@^ 1.5.0":
version "1.6.1"
resolved re-1.6.1.tgz#e196b2566b10afb76011c71c44d7b0fbf5a70e6f
dependencies:
re-actual "git://github.com/npm-opam/re.git#1.6.1"
"@opam-alpha/react@*", "@opam-alpha/react@>= 1.0.0":
version "1.2.0"
resolved react-1.2.0.tgz#ff94aef21609ce9cc24d45b2a2e0fae97f5234a1
dependencies:
react-actual "git://github.com/npm-opam/react.git#1.2.0"
"@opam-alpha/result@*":
version "1.2.0"
resolved result-1.2.0.tgz#cdb0a208f6c6c0be98748eeedb63a3982ace6f71
dependencies:
result-actual "git://github.com/npm-opam/result.git#1.2.0"
"@opam-alpha/sawja@^ 1.5.2":
version "1.5.2"
resolved sawja-1.5.2.tgz#40005c2285447639c554d99f7d99c4ba4268b350
dependencies:
sawja-actual "git://github.com/npm-opam/sawja.git#1.5.2"
"@opam-alpha/sexplib@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved sexplib-113.33.3.tgz#21749670582bf52bfffb5f17d455bd6452f91561
dependencies:
sexplib-actual "git://github.com/npm-opam/sexplib.git#113.33.03"
"@opam-alpha/typerep@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved typerep-113.33.3.tgz#4754e4cdc3ab33f67b4fd2511476d61c8582b778
dependencies:
typerep-actual "git://github.com/npm-opam/typerep.git#113.33.03"
"@opam-alpha/typerex-build@= 1.99.17":
version "1.99.17"
resolved typerex-build-1.99.17.tgz#e08bfaf642336f62496e5df97ad4076c76f743f2
dependencies:
typerex-build-actual "git://github.com/npm-opam/typerex-build.git#1.99.17"
"@opam-alpha/utop@*":
version "1.19.3"
resolved utop-1.19.3.tgz#757965a3e90b798c686ac71391c5bdfe136df707
dependencies:
utop-actual "git://github.com/npm-opam/utop.git#1.19.3"
"@opam-alpha/variantslib@>= 113.33.03 < 113.34.00":
version "113.33.3"
resolved variantslib-113.33.3.tgz#2aa06ebe9e4e795bee0c5e57e5485bc56f3eb445
dependencies:
variantslib-actual "git://github.com/npm-opam/variantslib.git#113.33.03"
"@opam-alpha/yojson@*", "@opam-alpha/yojson@>= 1.2.1":
version "1.3.2"
resolved yojson-1.3.2.tgz#5d2127c2f083ff49a2dc4c4cca29a155fa3ba785
dependencies:
yojson-actual "git://github.com/npm-opam/yojson.git#1.3.2"
"@opam-alpha/zed@>= 1.2.0":
version "1.4.0"
resolved zed-1.4.0.tgz#c764d4167c7c2dec5f8d6d0a6bba60af5c39911d
dependencies:
zed-actual "git://github.com/npm-opam/zed.git#1.4.0"
"ANSITerminal-actual@git://github.com/npm-opam/ANSITerminal.git#0.7.0":
version "0.7.0"
resolved ANSITerminal.git-be5c05bcb988a0cabff7e751b44d4a2646a8e1f4#ef139673b3f2f74162daa774793ee04ad6c59add
dependencies:
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.5.0"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"atd-actual@git://github.com/npm-opam/atd.git#1.2.0":
version "1.2.0"
resolved atd.git-2bda897da87769459c066d2cecc50b15b2c89e64#38d75a7de3f4531c0b3eb88818cd6a4fb5fe1af5
dependencies:
"@opam-alpha/easy-format" "*"
"@opam-alpha/menhir" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"atdgen-actual@git://github.com/npm-opam/atdgen.git#1.10.0":
version "1.10.0"
resolved atdgen.git-c78f8d2558adaabf69ac4b9ed6dd78bfffc0ee8c#d2ff7e62eddfd0905a9880338b18bcfdca3f43ef
dependencies:
"@opam-alpha/atd" ">= 1.2.0"
"@opam-alpha/biniou" ">= 1.0.6"
"@opam-alpha/ocamlfind" "*"
"@opam-alpha/yojson" ">= 1.2.1"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"base-threads-actual@git://github.com/npm-opam/base-threads.git#0.0.0":
version "0.0.0"
resolved base-threads.git-d4e7793926d784ae11a62494b2a6561a710777d7#013acf02059b9a79e4187b40b82c95131adbfed7
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"base-unix-actual@git://github.com/npm-opam/base-unix.git#0.0.0":
version "0.0.0"
resolved base-unix.git-9249ebc12529b38890f269fab203a1894ed3d788#aba499e962e63f1c6de0251d15e2d9f691ae37af
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"BetterErrors-actual@git://github.com/npm-opam/BetterErrors.git#0.0.1":
version "0.0.1"
resolved BetterErrors.git-5dce5110c71fcc1a12b4dcd6268347436831d198#d5b4c29f75f02db99be7442096a0b9a001db62ff
dependencies:
"@opam-alpha/ANSITerminal" ">= 0.6.5"
"@opam-alpha/ocamlfind" "*"
"@opam-alpha/re" ">= 1.5.0"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"bin_prot-actual@git://github.com/npm-opam/bin_prot.git#113.33.03":
version "113.33.3"
resolved bin_prot.git-77a47334571a3ba674ae682b46ee5419f9c7c380#ef9e736ad619312ca3e7eba85b0212f493516cba
dependencies:
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"biniou-actual@git://github.com/npm-opam/biniou.git#1.0.12":
version "1.0.12"
resolved biniou.git-7dd5e33eaf45d636b6fe97d24b01b26de8c49ac9#0ca61571dc04f0c7f84bc8c02fe64f4daf405d25
dependencies:
"@opam-alpha/conf-which" "*"
"@opam-alpha/easy-format" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"camlp4-actual@git://github.com/npm-opam/camlp4.git#4.4.031":
version "4.4.27"
resolved camlp4.git-2107c41c5957765525497b40f09a5b0031363214#a207f1ce847b111e7fe7071fe021439ce8d89f33
dependencies:
"@opam-alpha/conf-which" "*"
"@opam-alpha/ocamlbuild" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"camlzip-actual@git://github.com/npm-opam/camlzip.git#1.06.0":
version "1.6.0"
resolved camlzip.git-976690d6beca0f7332c5317cffaf4c65ebabf923#30625eb8da5545a528f63f70588a1c6c42ca559c
dependencies:
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"camomile-actual@git://github.com/npm-opam/camomile.git#0.8.5":
version "0.8.5"
resolved camomile.git-0f4ea942795981db501a8d4a3ce560254a790953#1c1b95f998e4baea21317c0cc013bd68f4a06fe9
dependencies:
"@opam-alpha/cppo" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"cmdliner-actual@git://github.com/npm-opam/cmdliner.git#0.9.8":
version "0.9.8"
resolved cmdliner.git-df0ad1033fb9e5b3971fe8294d37911e93d48044#d58dc5ed83a5b4ad525d3f10993971a42f9670f8
dependencies:
"@opam-alpha/ocamlbuild" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"conf-m4-actual@git://github.com/npm-opam/conf-m4.git#4.1.0":
version "4.1.0"
resolved conf-m4.git-e5eedfc61c8d2e529cf598584ba829f2fc722d87#ccaad11e529016d7a46849ece8481432d1190ae9
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"conf-ncurses-actual@git://github.com/npm-opam/conf-ncurses.git#1.0.0":
version "1.0.0"
resolved conf-ncurses.git-4c2120548e70e26a9c1e8160b8951d3cc27aa102#dfc644386f91b8f6cfec6f804c953773bd557ece
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"conf-pkg-config-actual@git://github.com/npm-opam/conf-pkg-config.git#1.0.0":
version "1.0.0"
resolved conf-pkg-config.git-b1306dce3be035308f7d8aabf8d579921e0ff821#11761f7a13f854172308800e9b110d6d4415814f
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
yarn-pkg-config "*"
"conf-which-actual@git://github.com/npm-opam/conf-which.git#1.0.0":
version "1.0.0"
resolved conf-which.git-fdb919d8ed608aa090d0b95bbde5f3717192c068#03ef24339d749f817c328e42b8a992f92322d543
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"core-actual@git://github.com/npm-opam/core.git#113.33.03":
version "113.33.3"
resolved core.git-c3882164058f3222be59d1bbabe455ec37060713#4a82970a8e31aa5fe29e22f84291d6c431e02d36
dependencies:
"@opam-alpha/bin_prot" ">= 113.33.03 < 113.34.00"
"@opam-alpha/core_kernel" ">= 113.33.03 < 113.34.00"
"@opam-alpha/fieldslib" ">= 113.33.03 < 113.34.00"
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_assert" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_bench" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_driver" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_expect" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_inline_test" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_jane" ">= 113.33.03 < 113.34.00"
"@opam-alpha/sexplib" ">= 113.33.03 < 113.34.00"
"@opam-alpha/typerep" ">= 113.33.03 < 113.34.00"
"@opam-alpha/variantslib" ">= 113.33.03 < 113.34.00"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"core_kernel-actual@git://github.com/npm-opam/core_kernel.git#113.33.03":
version "113.33.3"
resolved core_kernel.git-c96de383e5a1f9587c6c2dc8ffc003afba96898a#91f40f3c3bc9cfb278f9d83b43d5c7134255c17d
dependencies:
"@opam-alpha/bin_prot" ">= 113.33.03 < 113.34.00"
"@opam-alpha/fieldslib" ">= 113.33.03 < 113.34.00"
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_assert" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_bench" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_driver" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_expect" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_inline_test" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_jane" ">= 113.33.03 < 113.34.00"
"@opam-alpha/result" "*"
"@opam-alpha/sexplib" ">= 113.33.03 < 113.34.00"
"@opam-alpha/typerep" ">= 113.33.03 < 113.34.00"
"@opam-alpha/variantslib" ">= 113.33.03 < 113.34.00"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"cppo-actual@git://github.com/npm-opam/cppo.git#1.4.0":
version "1.4.0"
resolved cppo.git-bae7485b77d4716ae4a9c3707fb74d471aa0eaa7#ce22772fc95f9bf01a221ff84500dbeaa4e48b30
dependencies:
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ctypes-actual@git://github.com/npm-opam/ctypes.git#0.9.2":
version "0.9.2"
resolved ctypes.git-c926f6199de1b5989189fb620f26cbd7892fe4f4#1d5be5cd1e2fe987d4431ee165115c15a81d78d0
dependencies:
"@opam-alpha/conf-pkg-config" "*"
"@opam-alpha/ctypes-foreign" "*"
"@opam-alpha/lwt" "*"
"@opam-alpha/ocamlfind" "*"
"@opam-alpha/ounit" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ctypes-foreign-actual@git://github.com/npm-opam/ctypes-foreign.git#0.4.0":
version "0.4.0"
resolved ctypes-foreign.git-8f223221a7309520a5679f472eecd950b4647e11#591be30c209cf0f440d24b7262e88bbf559d1e6f
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
libffi "*"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"dependency-env@git+https://github.com/npm-ml/dependency-env.git", "dependency-env@git+https://github.com/reasonml/dependency-env.git", "dependency-env@https://github.com/npm-ml/dependency-env.git", "dependencyEnv@git+https://github.com/reasonml/dependency-env.git":
version "0.0.0"
resolved dependency-env.git-20ccabcf9f4854fdcda3f965ce410487515d7dc7#fb1a38d19682e7f754e6154d276ce6fdfbade9f7
dependencies:
resolve "^1.1.7"
"easy-format-actual@git://github.com/npm-opam/easy-format.git#1.2.0":
version "1.2.0"
resolved easy-format.git-955d4b4cd1748832aa7fb756c4ba1092759355de#43c15ccebcdf3fdc1412219b080226a3c8b62a54
dependencies:
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"extlib-compat-actual@git://github.com/npm-opam/extlib-compat.git#1.7.0":
version "1.7.0"
resolved extlib-compat.git-939ef543d2345bf167e0d3a0feb452fed4da37db#7fb4b65bc13c9186894cf1da5f7764c927f064aa
dependencies:
"@opam-alpha/cppo" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"fieldslib-actual@git://github.com/npm-opam/fieldslib.git#113.33.03":
version "113.33.3"
resolved fieldslib.git-8879e548317e5a5d38c878a68ffe2a0eaaa26de7#3926eafcf394528fea8f509b4db01ef207a9a7d6
dependencies:
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"javalib-actual@git://github.com/npm-opam/javalib.git#2.3.3":
version "2.3.3"
resolved javalib.git-e6ef415e81155658efac8ccc98c43963b611b8ec#c7b814034b9f08a77c9feaa40d6fc5fa4de29d68
dependencies:
"@opam-alpha/camlp4" "*"
"@opam-alpha/camlzip" ">= 1.05.0"
"@opam-alpha/extlib-compat" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"js-build-tools-actual@git://github.com/npm-opam/js-build-tools.git#113.33.04":
version "113.33.4"
resolved js-build-tools.git-e0065710d5978bb1513349235d6521a07be7c26b#2d121dd5f4ea0621cda2ad24cbeb2fc0545f9c6b
dependencies:
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"lambda-term-actual@git://github.com/npm-opam/lambda-term.git#1.10.1":
version "1.10.1"
resolved lambda-term.git-30ca43e10f239ec50df6184f8c929c30c99c146f#a77d171339137ad64b061cb257500f8e8c5fc0c2
dependencies:
"@opam-alpha/lwt" ">= 2.4.0"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" "*"
"@opam-alpha/react" ">= 1.0.0"
"@opam-alpha/zed" ">= 1.2.0"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
libffi@*:
version "3.2.11"
resolved libffi-3.2.11.tgz#4d1d94dacae6c511c434ea50cc5d62ddcc97461e
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
"lwt-actual@git://github.com/npm-opam/lwt.git#2.5.2":
version "2.5.2"
resolved lwt.git-6c677df6c9d6f34d6fc2d28680bbab7e95da23e4#a7c043ebfd0ae650a259191c60c583714cfa8ea2
dependencies:
"@opam-alpha/base-threads" "*"
"@opam-alpha/base-unix" "*"
"@opam-alpha/camlp4" "*"
"@opam-alpha/conf-ncurses" "*"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.5.0"
"@opam-alpha/ppx_tools" "*"
"@opam-alpha/react" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"menhir-actual@git://github.com/npm-opam/menhir.git#20160825.0.0":
version "20160825.0.0"
resolved menhir.git-429b785f5ebef9c0687c37d1d8b0caff7dc6e855#b90bea61e2e69fcc65e4065d286cfd63dedac80c
dependencies:
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"merlin-actual@git://github.com/npm-opam/merlin.git#2.5.1":
version "2.5.1"
resolved merlin.git-e244e67cfa460d2f256a48a9c3e0a30940f42908#5f5d730577b5f30e817e3e457780e9d8ece7291f
dependencies:
"@opam-alpha/ocamlfind" ">= 1.5.2"
"@opam-alpha/yojson" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"merlin-extend-actual@git://github.com/npm-opam/merlin-extend.git#0.3.0":
version "0.3.0"
resolved merlin-extend.git-cf1fbdb73ca830bf1a1263b018ae6212bda27671#529fa736b172bc2116aa9d63ab408b45ffca8e59
dependencies:
"@opam-alpha/cppo" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"nopam@git+https://github.com/reasonml/nopam.git", "nopam@git+https://github.com/yunxing/nopam.git", "nopam@https://github.com/yunxing/nopam.git":
version "0.0.1"
resolved nopam.git-8584695c8e2615857d4f58a0dec7bae3a9059a54#49cd1b4ccc32d588cdd3a671d4cc6d773803396b
"ocaml@git+https://github.com/npm-opam/ocaml.git#npm-4.02.3":
version "4.2.3"
resolved ocaml.git-45e648373ad8fe246a57b97be04b23c73b79bc70#7711922ec1b1f64e54c81ca7c619138eb7278956
"ocamlfind-actual@git+https://github.com/npm-opam/ocamlfind.git#1.6.2":
version "1.6.2"
resolved ocamlfind.git-3ee0b3d45e690bde9bfa923dfedd5c6643a6852a#fafbb42fd5a6b878242eab89e47a92ae06d4ef45
dependencies:
"@opam-alpha/conf-m4" "*"
"@opam-alpha/ocaml" "4.2.3"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
"ocp-build-actual@git://github.com/npm-opam/ocp-build.git#1.99.17":
version "1.99.17"
resolved ocp-build.git-175e8330b2ac994033684c00592ee0d4d615a3f1#aa52c8fe1493b53cbfe206a86918f69b3a59ff94
dependencies:
"@opam-alpha/typerex-build" "= 1.99.17"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ocp-indent-actual@git://github.com/npm-opam/ocp-indent.git#1.5.3":
version "1.5.3"
resolved ocp-indent.git-64ba9ffab4018c0a88d9dd99368fc4b3f9db3af7#0616c82003717f40fc6397e9f8a32c9b5fb20ad4
dependencies:
"@opam-alpha/cmdliner" "*"
"@opam-alpha/ocp-build" ">= 1.99.6"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"opam-installer-bin@git+https://github.com/yunxing/opam-installer-bin.git", "opam-installer-bin@https://github.com/yunxing/opam-installer-bin.git":
version "0.0.0"
resolved opam-installer-bin.git-689ede681217f76fb2f82a9f4528e192a5b543ba#b7704eda021a9fe18a9a37454868e1bbf102e0a0
dependencies:
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
"ounit-actual@git://github.com/npm-opam/ounit.git#2.0.0":
version "2.0.0"
resolved ounit.git-7efd6873bf35f08e6a9bb433fe898ee5e475becd#5bfb0efebc5e8542bc1a17343eb1da7cabfc020c
dependencies:
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ppx_assert-actual@git://github.com/npm-opam/ppx_assert.git#113.33.03":
version "113.33.3"
resolved ppx_assert.git-08a0624c8d2e07ee199720bf7d3cf72523cd1f3f#3680dfb35881c138e5ca522f0d813217c9b2725a
dependencies:
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_compare" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_core" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_driver" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_here" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_sexp_conv" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_tools" ">= 0.99.3"
"@opam-alpha/ppx_type_conv" ">= 113.33.03 < 113.34.00"
"@opam-alpha/sexplib" ">= 113.33.03 < 113.34.00"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ppx_bench-actual@git://github.com/npm-opam/ppx_bench.git#113.33.03":
version "113.33.3"
resolved ppx_bench.git-6418baaf18390a0ddfe6b7152c066060cc681721#7829b0b36354d60aaf010d745066f837a07e310f
dependencies:
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_core" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_driver" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_inline_test" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_tools" ">= 0.99.3"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ppx_bin_prot-actual@git://github.com/npm-opam/ppx_bin_prot.git#113.33.00403":
version "113.33.3"
resolved ppx_bin_prot.git-c29e796af4f1160f33952fd2d9d64428167c2586#033a91cc316287232d7db98dba7819a28fcd48ac
dependencies:
"@opam-alpha/bin_prot" ">= 113.33.03 < 113.34.00"
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_core" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_tools" ">= 0.99.3"
"@opam-alpha/ppx_type_conv" ">= 113.33.03 < 113.34.00"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ppx_compare-actual@git://github.com/npm-opam/ppx_compare.git#113.33.03":
version "113.33.3"
resolved ppx_compare.git-27eba0804aa0761bdc2f1a117f14c42a13f34d59#ee8b920732edec1d8edcbf76a97406716ebbd660
dependencies:
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_core" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_driver" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_tools" ">= 0.99.3"
"@opam-alpha/ppx_type_conv" ">= 113.33.03 < 113.34.00"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ppx_core-actual@git://github.com/npm-opam/ppx_core.git#113.33.03":
version "113.33.3"
resolved ppx_core.git-0a0b44697c2268b8b93bd96d853d993f44512e28#5de0019e3448b49156c47738ae23eaafc8c20bce
dependencies:
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_tools" ">= 0.99.3"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ppx_custom_printf-actual@git://github.com/npm-opam/ppx_custom_printf.git#113.33.03":
version "113.33.3"
resolved ppx_custom_printf.git-a85aa2970fd25fd011332ea0ced259eeb83d4445#e643a0c6b24e74d4ab74543ffa4d3d19ca05a82c
dependencies:
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_core" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_driver" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_sexp_conv" ">= 113.33.03 < 113.34.00"
"@opam-alpha/ppx_tools" ">= 0.99.3"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ppx_deriving-actual@git://github.com/npm-opam/ppx_deriving.git#4.0.0":
version "4.0.0"
resolved ppx_deriving.git-13422af5569c133c7869f0c2362eb9375db0eafa#25bff3d6d9d4e63f2d065ec87688460ff16de1e4
dependencies:
"@opam-alpha/cppo" ">= 1.2.2"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.6.0"
"@opam-alpha/ounit" "*"
"@opam-alpha/ppx_tools" ">= 4.02.3"
"@opam-alpha/result" "*"
dependency-env "https://github.com/npm-ml/dependency-env.git"
nopam "https://github.com/yunxing/nopam.git"
opam-installer-bin "https://github.com/yunxing/opam-installer-bin.git"
substs "https://github.com/yunxing/substs.git"
"ppx_driver-actual@git://github.com/npm-opam/ppx_driver.git#113.33.03":
version "113.33.3"
resolved ppx_driver.git-1432fd69aec230fcee1910409f9094fcd48ada6c#b432f753b513c0be4eaa52ef6e049dc0815d5792
dependencies:
"@opam-alpha/js-build-tools" ">= 113.33.04 < 113.34.00"
"@opam-alpha/ocamlbuild" "*"
"@opam-alpha/ocamlfind" ">= 1.3.2"
"@opam-alpha/ppx_core" ">= 113.33.03 < 113.34.00"