-
Notifications
You must be signed in to change notification settings - Fork 2
/
esy.lock.json
2070 lines (2070 loc) · 212 KB
/
esy.lock.json
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
{
"hash": "89a41bdcfdc5dd8dbdd983c896b3d036",
"root": "root@path:./package.json",
"node": {
"root@path:./package.json": {
"record": {
"name": "root",
"version": "path:./package.json",
"source": "path:./package.json",
"files": [],
"opam": null
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/alcotest@opam:0.8.4",
"@opam/core@opam:v0.11.3", "@opam/core_extended@opam:v0.11.0",
"@opam/dune@opam:1.5.0", "@opam/junit@opam:2.0",
"@opam/junit_alcotest@opam:2.0", "@opam/merlin@opam:3.2.2",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ocamlformat@opam:0.8", "@opam/ppx_deriving@opam:4.2.1",
"@opam/ppx_deriving_yojson@opam:3.1", "@opam/re2@opam:v0.11.0",
"@opam/yojson@opam:1.4.1", "[email protected]"
]
},
"[email protected]": {
"record": {
"name": "ocaml",
"version": "4.6.7",
"source":
"archive:https://registry.npmjs.org/ocaml/-/ocaml-4.6.7.tgz#sha1:5bfdf7f9b7752646c2a5ad3c9e4021180eeab704",
"files": [],
"opam": null
},
"dependencies": []
},
"@opam/yojson@opam:1.4.1": {
"record": {
"name": "@opam/yojson",
"version": "opam:1.4.1",
"source":
"archive:https://github.com/mjambon/yojson/archive/v1.4.1.tar.gz#md5:3ea6e36422dd670e8ab880710d5f7398",
"files": [],
"opam": {
"name": "yojson",
"version": "1.4.1",
"opam":
"opam-version: \"2.0\"\nname: \"yojson\"\nversion: \"1.4.1\"\nsynopsis:\n \"Yojson is an optimized parsing and printing library for the JSON format\"\ndescription: \"\"\"\nIt addresses a few shortcomings of json-wheel including 2x speedup,\npolymorphic variants and optional syntax for tuples and variants.\n\nydump is a pretty-printing command-line program provided with the\nyojson package.\n\nThe program atdgen can be used to derive OCaml-JSON serializers and\ndeserializers from type definitions.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Martin Jambon\"\nhomepage: \"http://mjambon.com/yojson.html\"\nbug-reports: \"https://github.com/mjambon/yojson/issues\"\ndepends: [\n \"ocaml\" {>= \"4.02.3\"}\n \"jbuilder\" {build}\n \"cppo\" {build}\n \"easy-format\"\n \"biniou\" {>= \"1.2.0\"}\n]\nbuild: [\n [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\n [\"jbuilder\" \"runtest\" \"-p\" name] {with-test}\n]\ndev-repo: \"git+https://github.com/mjambon/yojson.git\"\nurl {\n src: \"https://github.com/mjambon/yojson/archive/v1.4.1.tar.gz\"\n checksum: \"md5=3ea6e36422dd670e8ab880710d5f7398\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/biniou@opam:1.2.0",
"@opam/cppo@opam:1.6.5", "@opam/easy-format@opam:1.3.1",
"@opam/jbuilder@opam:transition", "[email protected]"
]
},
"@opam/variantslib@opam:v0.11.0": {
"record": {
"name": "@opam/variantslib",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/variantslib-v0.11.0.tar.gz#md5:3031317975df165cc3154578680eddfb",
"files": [],
"opam": {
"name": "variantslib",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"variantslib\"\nversion: \"v0.11.0\"\nsynopsis: \"Part of Jane Street's Core library\"\ndescription: \"\"\"\nThe Core suite of libraries is an industrial strength alternative to\nOCaml's standard library that was developed by Jane Street, the\nlargest industrial user of OCaml.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/variantslib\"\nbug-reports: \"https://github.com/janestreet/variantslib/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/variantslib.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/variantslib-v0.11.0.tar.gz\"\n checksum: \"md5=3031317975df165cc3154578680eddfb\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/uutf@opam:1.0.1": {
"record": {
"name": "@opam/uutf",
"version": "opam:1.0.1",
"source":
"archive:http://erratique.ch/software/uutf/releases/uutf-1.0.1.tbz#md5:b8535f974027357094c5cdb4bf03a21b",
"files": [],
"opam": {
"name": "uutf",
"version": "1.0.1",
"opam":
"opam-version: \"2.0\"\nname: \"uutf\"\nversion: \"1.0.1\"\nsynopsis: \"Non-blocking streaming Unicode codec for OCaml\"\ndescription: \"\"\"\nUutf is a non-blocking streaming codec to decode and encode the UTF-8,\nUTF-16, UTF-16LE and UTF-16BE encoding schemes. It can efficiently\nwork character by character without blocking on IO. Decoders perform\ncharacter position tracking and support newline normalization.\n\nFunctions are also provided to fold over the characters of UTF encoded\nOCaml string values and to directly encode characters in OCaml\nBuffer.t values.\n\nUutf has no dependency and is distributed under the ISC license.\"\"\"\nmaintainer: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nauthors: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nlicense: \"ISC\"\ntags: [\"unicode\" \"text\" \"utf-8\" \"utf-16\" \"codec\" \"org:erratique\"]\nhomepage: \"http://erratique.ch/software/uutf\"\ndoc: \"http://erratique.ch/software/uutf/doc/Uutf\"\nbug-reports: \"https://github.com/dbuenzli/uutf/issues\"\ndepends: [\n \"ocaml\" {>= \"4.01.0\"}\n \"ocamlfind\" {build}\n \"ocamlbuild\" {build}\n \"topkg\" {build}\n \"uchar\"\n]\ndepopts: [\"cmdliner\"]\nconflicts: [\n \"cmdliner\" {< \"0.9.6\"}\n]\nbuild: [\n \"ocaml\"\n \"pkg/pkg.ml\"\n \"build\"\n \"--pinned\"\n \"%{pinned}%\"\n \"--with-cmdliner\"\n \"%{cmdliner:installed}%\"\n]\ndev-repo: \"git+http://erratique.ch/repos/uutf.git\"\nurl {\n src: \"http://erratique.ch/software/uutf/releases/uutf-1.0.1.tbz\"\n checksum: \"md5=b8535f974027357094c5cdb4bf03a21b\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/ocamlbuild@opam:0.12.0",
"@opam/ocamlfind@opam:1.8.0", "@opam/topkg@opam:1.0.0",
"@opam/uchar@opam:0.0.2", "[email protected]"
]
},
"@opam/uuidm@opam:0.9.6": {
"record": {
"name": "@opam/uuidm",
"version": "opam:0.9.6",
"source":
"archive:http://erratique.ch/software/uuidm/releases/uuidm-0.9.6.tbz#md5:98ef30cd99ad4e4f7b4c33affa19465b",
"files": [],
"opam": {
"name": "uuidm",
"version": "0.9.6",
"opam":
"opam-version: \"2.0\"\nname: \"uuidm\"\nversion: \"0.9.6\"\nsynopsis: \"Universally unique identifiers (UUIDs) for OCaml\"\ndescription: \"\"\"\nUuidm is an OCaml module implementing 128 bits universally unique\nidentifiers version 3, 5 (named based with MD5, SHA-1 hashing) and 4\n(random based) according to [RFC 4122][rfc4122].\n\nUuidm has no dependency and is distributed under the ISC license.\n\n[rfc4122]: http://tools.ietf.org/html/rfc4122\"\"\"\nmaintainer: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nauthors: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nlicense: \"ISC\"\ntags: [\"uuid\" \"codec\" \"org:erratique\"]\nhomepage: \"http://erratique.ch/software/uuidm\"\ndoc: \"http://erratique.ch/software/uuidm/doc/Uuidm\"\nbug-reports: \"https://github.com/dbuenzli/uuidm/issues\"\ndepends: [\n \"ocaml\" {>= \"4.01.0\"}\n \"ocamlfind\" {build}\n \"ocamlbuild\" {build}\n \"topkg\" {build}\n \"base-bytes\"\n]\ndepopts: [\"cmdliner\"]\nconflicts: [\n \"cmdliner\" {< \"0.9.8\"}\n]\nbuild: [\n \"ocaml\"\n \"pkg/pkg.ml\"\n \"build\"\n \"--pinned\"\n \"%{pinned}%\"\n \"--with-cmdliner\"\n \"%{cmdliner:installed}%\"\n]\ndev-repo: \"git+http://erratique.ch/repos/uuidm.git\"\nurl {\n src: \"http://erratique.ch/software/uuidm/releases/uuidm-0.9.6.tbz\"\n checksum: \"md5=98ef30cd99ad4e4f7b4c33affa19465b\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base-bytes@opam:base",
"@opam/ocamlbuild@opam:0.12.0", "@opam/ocamlfind@opam:1.8.0",
"@opam/topkg@opam:1.0.0", "[email protected]"
]
},
"@opam/uchar@opam:0.0.2": {
"record": {
"name": "@opam/uchar",
"version": "opam:0.0.2",
"source":
"archive:https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz#md5:c9ba2c738d264c420c642f7bb1cf4a36",
"files": [],
"opam": {
"name": "uchar",
"version": "0.0.2",
"opam":
"opam-version: \"2.0\"\nname: \"uchar\"\nversion: \"0.0.2\"\nsynopsis: \"Compatibility library for OCaml's Uchar module\"\ndescription: \"\"\"\nThe `uchar` package provides a compatibility library for the\n[`Uchar`][1] module introduced in OCaml 4.03.\n\nThe `uchar` package is distributed under the license of the OCaml\ncompiler. See [LICENSE](LICENSE) for details.\n\n[1]: http://caml.inria.fr/pub/docs/manual-ocaml/libref/Uchar.html\"\"\"\nmaintainer: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nauthors: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nlicense: \"typeof OCaml system\"\ntags: [\"text\" \"character\" \"unicode\" \"compatibility\" \"org:ocaml.org\"]\nhomepage: \"http://ocaml.org\"\ndoc: \"https://ocaml.github.io/uchar/\"\nbug-reports: \"https://github.com/ocaml/uchar/issues\"\ndepends: [\n \"ocaml\" {>= \"3.12.0\"}\n \"ocamlbuild\" {build}\n]\nbuild: [\n [\"ocaml\" \"pkg/git.ml\"]\n [\n \"ocaml\"\n \"pkg/build.ml\"\n \"native=%{ocaml:native}%\"\n \"native-dynlink=%{ocaml:native-dynlink}%\"\n ]\n]\ndev-repo: \"git+https://github.com/ocaml/uchar.git\"\nurl {\n src:\n \"https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz\"\n checksum: \"md5=c9ba2c738d264c420c642f7bb1cf4a36\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/ocamlbuild@opam:0.12.0",
]
},
"@opam/tyxml@opam:4.2.0": {
"record": {
"name": "@opam/tyxml",
"version": "opam:4.2.0",
"source":
"archive:https://github.com/ocsigen/tyxml/archive/4.2.0.tar.gz#md5:c802f3c7036adcea3fc00398c23d1b2b",
"files": [
{
"name": "tyxml.install",
"content":
"lib: \"tyxml.opam\" { \"opam\" }\ndoc: [\n \"README.md\"\n \"CHANGES\"\n \"COPYING\" { \"LICENSE\" }\n]\n"
}
],
"opam": {
"name": "tyxml",
"version": "4.2.0",
"opam":
"opam-version: \"2.0\"\nname: \"tyxml\"\nversion: \"4.2.0\"\nsynopsis:\n \"TyXML is a library for building statically correct HTML5 and SVG documents\"\ndescription: \"\"\"\nTyXML allows you to build HTML5 and SVG trees whose validity is ensured by the typechecker.\nIt provides a printer for said XML trees, along with a ppx syntax extension.\nFinally it also provides a functorial interface to choose your XML datastructure.\nIt's part of the ocsigen project and is used in js_of_ocaml and eliom.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"The ocsigen team\"\nhomepage: \"https://ocsigen.org/tyxml/\"\ndoc: \"https://ocsigen.org/tyxml/manual/\"\nbug-reports: \"https://github.com/ocsigen/tyxml/issues\"\ndepends: [\n \"ocaml\" {>= \"4.02\"}\n \"ocamlfind\" {build}\n \"ocamlbuild\" {build}\n \"uchar\"\n \"uutf\" {>= \"1.0.0\"}\n \"base-bytes\"\n \"re\" {>= \"1.5.0\"}\n \"alcotest\" {with-test}\n]\ndepopts: [\"camlp4\" \"markup\" \"ppx_tools_versioned\"]\nflags: light-uninstall\nbuild: [\n [\n \"ocaml\"\n \"setup.ml\"\n \"-configure\"\n \"--%{camlp4:enable}%-syntax\"\n \"--%{markup+ppx_tools_versioned:enable}%-ppx\"\n \"--prefix\"\n prefix\n ]\n [\"ocaml\" \"setup.ml\" \"-build\"]\n [\n \"ocaml\"\n \"setup.ml\"\n \"-configure\"\n \"--%{camlp4:enable}%-syntax\"\n \"--%{markup+ppx_tools_versioned:enable}%-ppx\"\n \"--enable-tests\"\n \"--prefix\"\n prefix\n ] {with-test}\n [\"ocaml\" \"setup.ml\" \"-build\"] {with-test}\n [\"ocaml\" \"setup.ml\" \"-test\"] {with-test}\n [\"ocaml\" \"setup.ml\" \"-doc\"] {with-doc}\n]\ninstall: [\"ocaml\" \"setup.ml\" \"-install\"]\nremove: [\"ocamlfind\" \"remove\" \"tyxml\"]\nmessages: [\n \"For tyxml's ppx, please install tyxml-ppx.\"\n {!markup:installed | !ppx_tools_versioned:installed}\n \"Tyxml's camlp4-based libraries (tyxml.syntax and tyxml.parser) are now deprecated and will be removed in the next major version.\"\n {camlp4:installed}\n]\ndev-repo: \"git+https://github.com/ocsigen/tyxml.git\"\nextra-files: [\"tyxml.install\" \"md5=c5877ac0f3060afc7dbbb9ac65f76e0a\"]\nurl {\n src: \"https://github.com/ocsigen/tyxml/archive/4.2.0.tar.gz\"\n checksum: \"md5=c802f3c7036adcea3fc00398c23d1b2b\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base-bytes@opam:base",
"@opam/ocamlbuild@opam:0.12.0", "@opam/ocamlfind@opam:1.8.0",
"@opam/re@opam:1.7.3", "@opam/uchar@opam:0.0.2",
"@opam/uutf@opam:1.0.1", "[email protected]"
]
},
"@opam/typerep@opam:v0.11.0": {
"record": {
"name": "@opam/typerep",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/typerep-v0.11.0.tar.gz#md5:9d7500376ac660c1427137310fabe9da",
"files": [],
"opam": {
"name": "typerep",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"typerep\"\nversion: \"v0.11.0\"\nsynopsis: \"typerep is a library for runtime types.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/typerep\"\nbug-reports: \"https://github.com/janestreet/typerep/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/typerep.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/typerep-v0.11.0.tar.gz\"\n checksum: \"md5=9d7500376ac660c1427137310fabe9da\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition", "[email protected]"
]
},
"@opam/topkg@opam:1.0.0": {
"record": {
"name": "@opam/topkg",
"version": "opam:1.0.0",
"source":
"archive:http://erratique.ch/software/topkg/releases/topkg-1.0.0.tbz#md5:e3d76bda06bf68cb5853caf6627da603",
"files": [],
"opam": {
"name": "topkg",
"version": "1.0.0",
"opam":
"opam-version: \"2.0\"\nname: \"topkg\"\nversion: \"1.0.0\"\nsynopsis: \"The transitory OCaml software packager\"\ndescription: \"\"\"\nTopkg is a packager for distributing OCaml software. It provides an\nAPI to describe the files a package installs in a given build\nconfiguration and to specify information about the package's\ndistribution, creation and publication procedures.\n\nThe optional topkg-care package provides the `topkg` command line tool\nwhich helps with various aspects of a package's life cycle: creating\nand linting a distribution, releasing it on the WWW, publish its\ndocumentation, add it to the OCaml opam repository, etc.\n\nTopkg is distributed under the ISC license and has **no**\ndependencies. This is what your packages will need as a *build*\ndependency.\n\nTopkg-care is distributed under the ISC license it depends on\n[fmt][fmt], [logs][logs], [bos][bos], [cmdliner][cmdliner],\n[webbrowser][webbrowser] and `opam-format`.\n\n[fmt]: http://erratique.ch/software/fmt\n[logs]: http://erratique.ch/software/logs\n[bos]: http://erratique.ch/software/bos\n[cmdliner]: http://erratique.ch/software/cmdliner\n[webbrowser]: http://erratique.ch/software/webbrowser\"\"\"\nmaintainer: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nauthors: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nlicense: \"ISC\"\ntags: [\"packaging\" \"ocamlbuild\" \"org:erratique\"]\nhomepage: \"http://erratique.ch/software/topkg\"\ndoc: \"http://erratique.ch/software/topkg/doc\"\nbug-reports: \"https://github.com/dbuenzli/topkg/issues\"\ndepends: [\n \"ocaml\" {>= \"4.01.0\"}\n \"ocamlfind\" {build & >= \"1.6.1\"}\n \"ocamlbuild\"\n \"result\"\n]\nbuild: [\n \"ocaml\" \"pkg/pkg.ml\" \"build\" \"--pkg-name\" name \"--dev-pkg\" \"%{pinned}%\"\n]\ndev-repo: \"git+http://erratique.ch/repos/topkg.git\"\nurl {\n src: \"http://erratique.ch/software/topkg/releases/topkg-1.0.0.tbz\"\n checksum: \"md5=e3d76bda06bf68cb5853caf6627da603\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/ocamlbuild@opam:0.12.0",
"@opam/ocamlfind@opam:1.8.0", "@opam/result@opam:1.3", "[email protected]"
]
},
"@opam/textutils_kernel@opam:v0.11.0": {
"record": {
"name": "@opam/textutils_kernel",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/textutils_kernel-v0.11.0.tar.gz#md5:eb06214c518996ec2a15d5c9975d6456",
"files": [],
"opam": {
"name": "textutils_kernel",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"textutils_kernel\"\nversion: \"v0.11.0\"\nsynopsis: \"Text output utilities\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/textutils_kernel\"\nbug-reports: \"https://github.com/janestreet/textutils_kernel/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"core_kernel\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_jane\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/textutils_kernel.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/textutils_kernel-v0.11.0.tar.gz\"\n checksum: \"md5=eb06214c518996ec2a15d5c9975d6456\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/core_kernel@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_jane@opam:v0.11.0", "[email protected]"
]
},
"@opam/textutils@opam:v0.11.0": {
"record": {
"name": "@opam/textutils",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/textutils-v0.11.0.tar.gz#md5:58aede37fcd2e99d90726b30ee36bf1e",
"files": [],
"opam": {
"name": "textutils",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"textutils\"\nversion: \"v0.11.0\"\nsynopsis: \"Text output utilities\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/textutils\"\nbug-reports: \"https://github.com/janestreet/textutils/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"core\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_jane\" {>= \"v0.11\" & < \"v0.12\"}\n \"textutils_kernel\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/textutils.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/textutils-v0.11.0.tar.gz\"\n checksum: \"md5=58aede37fcd2e99d90726b30ee36bf1e\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/core@opam:v0.11.3",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_jane@opam:v0.11.0", "@opam/textutils_kernel@opam:v0.11.0",
]
},
"@opam/stdio@opam:v0.11.0": {
"record": {
"name": "@opam/stdio",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/stdio-v0.11.0.tar.gz#md5:2db42ee38c91b3ff7126c2634c407b99",
"files": [],
"opam": {
"name": "stdio",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"stdio\"\nversion: \"v0.11.0\"\nsynopsis: \"Standard IO library for OCaml\"\ndescription: \"\"\"\nStdio implements simple input/output functionalities for OCaml.\n\nIt re-exports the input/output functions of the OCaml standard\nlibraries using a more consistent API.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/stdio\"\nbug-reports: \"https://github.com/janestreet/stdio/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/stdio.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/stdio-v0.11.0.tar.gz\"\n checksum: \"md5=2db42ee38c91b3ff7126c2634c407b99\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition", "[email protected]"
]
},
"@opam/splittable_random@opam:v0.11.0": {
"record": {
"name": "@opam/splittable_random",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/splittable_random-v0.11.0.tar.gz#md5:9caf5111500c790f44967b6ee648bfe9",
"files": [],
"opam": {
"name": "splittable_random",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"splittable_random\"\nversion: \"v0.11.0\"\nsynopsis: \"PRNG that can be split into independent streams\"\ndescription: \"\"\"\nPRNG that can be split into independent streams\n\nA splittable pseudo-random number generator (SPRNG) functions like a PRNG in that it can\nbe used as a stream of random values; it can also be \\\\\"split\\\\\" to produce a second,\nindependent stream of random values.\n\nThis library implements a splittable pseudo-random number generator that sacrifices\ncryptographic-quality randomness in favor of performance.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/splittable_random\"\nbug-reports: \"https://github.com/janestreet/splittable_random/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_jane\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/splittable_random.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/splittable_random-v0.11.0.tar.gz\"\n checksum: \"md5=9caf5111500c790f44967b6ee648bfe9\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_jane@opam:v0.11.0", "[email protected]"
]
},
"@opam/spawn@opam:v0.12.0": {
"record": {
"name": "@opam/spawn",
"version": "opam:v0.12.0",
"source":
"archive:https://github.com/janestreet/spawn/releases/download/v0.12.0/spawn-v0.12.0.tbz#md5:f9c770cbe3856e6ed5b92ba3ce7c691c",
"files": [],
"opam": {
"name": "spawn",
"version": "v0.12.0",
"opam":
"opam-version: \"2.0\"\nname: \"spawn\"\nversion: \"v0.12.0\"\nsynopsis: \"Spawning sub-processes\"\ndescription: \"\"\"\nSpawn is a small library exposing only one functionality: spawning sub-process.\n\nIt has three main goals:\n\n1. provide missing features of Unix.create_process such as providing a\nworking directory\n\n2. provide better errors when a system call fails in the\nsub-process. For instance if a command is not found, you get a proper\n[Unix.Unix_error] exception\n\n3. improve performances by using vfork when available. It is often\nclaimed that nowadays fork is as fast as vfork, however in practice\nfork takes time proportional to the process memory while vfork is\nconstant time. In application using a lot of memory, vfork can be\nthousands of times faster than fork.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/spawn\"\ndoc: \"https://janestreet.github.io/spawn/\"\nbug-reports: \"https://github.com/janestreet/spawn/issues\"\ndepends: [\n \"ocaml\" {>= \"4.02.3\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/spawn.git\"\nurl {\n src:\n \"https://github.com/janestreet/spawn/releases/download/v0.12.0/spawn-v0.12.0.tbz\"\n checksum: \"md5=f9c770cbe3856e6ed5b92ba3ce7c691c\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/jbuilder@opam:transition",
]
},
"@opam/sexplib0@opam:v0.11.0": {
"record": {
"name": "@opam/sexplib0",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/sexplib0-v0.11.0.tar.gz#md5:1c14ba30b471e49f1b23fea5ff99ea6b",
"files": [],
"opam": {
"name": "sexplib0",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"sexplib0\"\nversion: \"v0.11.0\"\nsynopsis:\n \"Library containing the definition of S-expressions and some base converters\"\ndescription: \"\"\"\nPart of Jane Street's Core library\nThe Core suite of libraries is an industrial strength alternative to\nOCaml's standard library that was developed by Jane Street, the\nlargest industrial user of OCaml.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/sexplib0\"\nbug-reports: \"https://github.com/janestreet/sexplib0/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n]\nconflicts: [\n \"sexplib\" {< \"v0.11\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/sexplib0.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/sexplib0-v0.11.0.tar.gz\"\n checksum: \"md5=1c14ba30b471e49f1b23fea5ff99ea6b\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/jbuilder@opam:transition",
]
},
"@opam/sexplib@opam:v0.11.0": {
"record": {
"name": "@opam/sexplib",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/sexplib-v0.11.0.tar.gz#md5:1d53d945914b6b9a380dc8923f19e9ae",
"files": [],
"opam": {
"name": "sexplib",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"sexplib\"\nversion: \"v0.11.0\"\nsynopsis: \"Library for serializing OCaml values to and from S-expressions\"\ndescription: \"\"\"\nPart of Jane Street's Core library\nThe Core suite of libraries is an industrial strength alternative to\nOCaml's standard library that was developed by Jane Street, the\nlargest industrial user of OCaml.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/sexplib\"\nbug-reports: \"https://github.com/janestreet/sexplib/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"parsexp\" {>= \"v0.11\" & < \"v0.12\"}\n \"sexplib0\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"num\"\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/sexplib.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/sexplib-v0.11.0.tar.gz\"\n checksum: \"md5=1d53d945914b6b9a380dc8923f19e9ae\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/jbuilder@opam:transition",
"@opam/num@opam:1.1", "@opam/parsexp@opam:v0.11.0",
"@opam/sexplib0@opam:v0.11.0", "[email protected]"
]
},
"@opam/result@opam:1.3": {
"record": {
"name": "@opam/result",
"version": "opam:1.3",
"source":
"archive:https://github.com/janestreet/result/releases/download/1.3/result-1.3.tbz#md5:4beebefd41f7f899b6eeba7414e7ae01",
"files": [],
"opam": {
"name": "result",
"version": "1.3",
"opam":
"opam-version: \"2.0\"\nname: \"result\"\nversion: \"1.3\"\nsynopsis: \"Compatibility Result module\"\ndescription: \"\"\"\nProjects that want to use the new result type defined in OCaml >= 4.03\nwhile staying compatible with older version of OCaml should use the\nResult module defined in this library.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"BSD3\"\nhomepage: \"https://github.com/janestreet/result\"\nbug-reports: \"https://github.com/janestreet/result/issues\"\ndepends: [\n \"ocaml\"\n \"jbuilder\" {build & >= \"1.0+beta11\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/result.git\"\nurl {\n src:\n \"https://github.com/janestreet/result/releases/download/1.3/result-1.3.tbz\"\n checksum: \"md5=4beebefd41f7f899b6eeba7414e7ae01\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/jbuilder@opam:transition",
]
},
"@opam/re2@opam:v0.11.0": {
"record": {
"name": "@opam/re2",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/re2-v0.11.0.tar.gz#md5:3c5885c8abec88aadb5f61faf1af8414",
"files": [],
"opam": {
"name": "re2",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"re2\"\nversion: \"v0.11.0\"\nsynopsis: \"OCaml bindings for RE2, Google's regular expression library\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/re2\"\nbug-reports: \"https://github.com/janestreet/re2/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"core_kernel\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_jane\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndepexts: [\n [\"gcc-c++\"] {os-distribution = \"fedora\"}\n [\"gcc-c++\"] {os-distribution = \"oraclelinux\"}\n]\ndev-repo: \"git+https://github.com/janestreet/re2.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/re2-v0.11.0.tar.gz\"\n checksum: \"md5=3c5885c8abec88aadb5f61faf1af8414\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/core_kernel@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_jane@opam:v0.11.0", "[email protected]"
]
},
"@opam/re@opam:1.7.3": {
"record": {
"name": "@opam/re",
"version": "opam:1.7.3",
"source":
"archive:https://github.com/ocaml/ocaml-re/releases/download/1.7.3/re-1.7.3.tbz#md5:d2a74ca77216861bce4449600a132de9",
"files": [],
"opam": {
"name": "re",
"version": "1.7.3",
"opam":
"opam-version: \"2.0\"\nname: \"re\"\nversion: \"1.7.3\"\nsynopsis: \"RE is a regular expression library for OCaml\"\ndescription: \"\"\"\nPure OCaml regular expressions with:\n* Perl-style regular expressions (module Re.Perl)\n* Posix extended regular expressions (module Re.Posix)\n* Emacs-style regular expressions (module Re.Emacs)\n* Shell-style file globbing (module Re.Glob)\n* Compatibility layer for OCaml's built-in Str module (module Re.Str)\"\"\"\nmaintainer: \"[email protected]\"\nauthors: [\n \"Jerome Vouillon\"\n \"Thomas Gazagnaire\"\n \"Anil Madhavapeddy\"\n \"Rudi Grinberg\"\n \"Gabriel Radanne\"\n]\nlicense: \"LGPL-2.0 with OCaml linking exception\"\nhomepage: \"https://github.com/ocaml/ocaml-re\"\nbug-reports: \"https://github.com/ocaml/ocaml-re/issues\"\ndepends: [\n \"ocaml\" {>= \"4.02.3\"}\n \"jbuilder\" {build & >= \"1.0+beta10\"}\n \"ounit\" {with-test}\n]\nbuild: [\n [\"jbuilder\" \"subst\" \"-p\" name] {pinned}\n [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\n [\"jbuilder\" \"runtest\" \"-p\" name \"-j\" jobs] {with-test}\n]\ndev-repo: \"git+https://github.com/ocaml/ocaml-re.git\"\nurl {\n src:\n \"https://github.com/ocaml/ocaml-re/releases/download/1.7.3/re-1.7.3.tbz\"\n checksum: \"md5=d2a74ca77216861bce4449600a132de9\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/jbuilder@opam:transition",
]
},
"@opam/ptime@opam:0.8.4": {
"record": {
"name": "@opam/ptime",
"version": "opam:0.8.4",
"source":
"archive:http://erratique.ch/software/ptime/releases/ptime-0.8.4.tbz#md5:12fb5e8c3eb1d2e6075ac31ce93f7dd6",
"files": [],
"opam": {
"name": "ptime",
"version": "0.8.4",
"opam":
"opam-version: \"2.0\"\nname: \"ptime\"\nversion: \"0.8.4\"\nsynopsis: \"POSIX time for OCaml\"\ndescription: \"\"\"\nPtime has platform independent POSIX time support in pure OCaml. It\nprovides a type to represent a well-defined range of POSIX timestamps\nwith picosecond precision, conversion with date-time values,\nconversion with [RFC 3339 timestamps][rfc3339] and pretty printing to a\nhuman-readable, locale-independent representation.\n\nThe additional Ptime_clock library provides access to a system POSIX\nclock and to the system's current time zone offset.\n\nPtime is not a calendar library.\n\nPtime depends on the `result` compatibility package. Ptime_clock\ndepends on your system library. Ptime_clock's optional JavaScript\nsupport depends on [js_of_ocaml][jsoo]. Ptime and its libraries are\ndistributed under the ISC license.\n\n[rfc3339]: http://tools.ietf.org/html/rfc3339\n[jsoo]: http://ocsigen.org/js_of_ocaml/\"\"\"\nmaintainer: \"Daniel Bünzli <daniel.buenzl [email protected]>\"\nauthors: \"The ptime programmers\"\nlicense: \"ISC\"\ntags: [\"time\" \"posix\" \"system\" \"org:erratique\"]\nhomepage: \"http://erratique.ch/software/ptime\"\ndoc: \"http://erratique.ch/software/ptime/doc\"\nbug-reports: \"https://github.com/dbuenzli/ptime/issues\"\ndepends: [\n \"ocaml\" {>= \"4.01.0\"}\n \"ocamlfind\" {build}\n \"ocamlbuild\" {build}\n \"topkg\" {build}\n \"result\"\n]\ndepopts: [\"js_of_ocaml\"]\nbuild: [\n \"ocaml\"\n \"pkg/pkg.ml\"\n \"build\"\n \"--pinned\"\n \"%{pinned}%\"\n \"--with-js_of_ocaml\"\n \"%{js_of_ocaml:installed}%\"\n]\ndev-repo: \"git+http://erratique.ch/repos/ptime.git\"\nurl {\n src: \"http://erratique.ch/software/ptime/releases/ptime-0.8.4.tbz\"\n checksum: \"md5=12fb5e8c3eb1d2e6075ac31ce93f7dd6\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/ocamlbuild@opam:0.12.0",
"@opam/ocamlfind@opam:1.8.0", "@opam/result@opam:1.3",
"@opam/topkg@opam:1.0.0", "[email protected]"
]
},
"@opam/ppxlib@opam:0.3.1": {
"record": {
"name": "@opam/ppxlib",
"version": "opam:0.3.1",
"source":
"archive:https://github.com/ocaml-ppx/ppxlib/releases/download/0.3.1/ppxlib-0.3.1.tbz#md5:d83dd03bc744651d4642b84063bffcf9",
"files": [],
"opam": {
"name": "ppxlib",
"version": "0.3.1",
"opam":
"opam-version: \"2.0\"\nname: \"ppxlib\"\nversion: \"0.3.1\"\nsynopsis: \"\"\ndescription: \"\"\"\nA comprehensive toolbox for ppx development. It features:\n- a OCaml AST / parser / pretty-printer snapshot,to create a full\n frontend independent of the version of OCaml;\n- a library for library for ppx rewriters in general, and type-driven\n code generators in particular;\n- a feature-full driver for OCaml AST transformers;\n- a quotation mechanism allowing to write values representing the\n OCaml AST in the OCaml syntax;\n- a generator of open recursion classes from type definitions.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"MIT\"\nhomepage: \"https://github.com/ocaml-ppx/ppxlib\"\ndoc: \"https://ocaml-ppx.github.io/ppxlib/\"\nbug-reports: \"https://github.com/ocaml-ppx/ppxlib/issues\"\ndepends: [\n \"base\" {>= \"v0.11.0\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-compiler-libs\" {>= \"v0.11.0\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0.9\"}\n \"ppx_derivers\" {>= \"1.0\"}\n \"stdio\" {>= \"v0.11.0\"}\n \"ocaml\" {>= \"4.04.1\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/ocaml-ppx/ppxlib.git\"\nurl {\n src:\n \"https://github.com/ocaml-ppx/ppxlib/releases/download/0.3.1/ppxlib-0.3.1.tbz\"\n checksum: \"md5=d83dd03bc744651d4642b84063bffcf9\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-compiler-libs@opam:v0.11.0",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_derivers@opam:1.0", "@opam/stdio@opam:v0.11.0",
]
},
"@opam/ppx_variants_conv@opam:v0.11.1": {
"record": {
"name": "@opam/ppx_variants_conv",
"version": "opam:v0.11.1",
"source":
"archive:https://github.com/janestreet/ppx_variants_conv/archive/v0.11.1.tar.gz#md5:146b49b84315b7d67c1ca758fcbf2fb2",
"files": [],
"opam": {
"name": "ppx_variants_conv",
"version": "v0.11.1",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_variants_conv\"\nversion: \"v0.11.1\"\nsynopsis:\n \"Generation of accessor and iteration functions for ocaml variant types\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_variants_conv\"\nbug-reports: \"https://github.com/janestreet/ppx_variants_conv/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"variantslib\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.3.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_variants_conv.git\"\nurl {\n src:\n \"https://github.com/janestreet/ppx_variants_conv/archive/v0.11.1.tar.gz\"\n checksum: \"md5=146b49b84315b7d67c1ca758fcbf2fb2\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "@opam/variantslib@opam:v0.11.0",
]
},
"@opam/ppx_typerep_conv@opam:v0.11.1": {
"record": {
"name": "@opam/ppx_typerep_conv",
"version": "opam:v0.11.1",
"source":
"archive:https://github.com/janestreet/ppx_typerep_conv/archive/v0.11.1.tar.gz#md5:826e9daf00258184e3392c970fa7d616",
"files": [],
"opam": {
"name": "ppx_typerep_conv",
"version": "v0.11.1",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_typerep_conv\"\nversion: \"v0.11.1\"\nsynopsis: \"Generation of runtime types from type declarations\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_typerep_conv\"\nbug-reports: \"https://github.com/janestreet/ppx_typerep_conv/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"typerep\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.3.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_typerep_conv.git\"\nurl {\n src:\n \"https://github.com/janestreet/ppx_typerep_conv/archive/v0.11.1.tar.gz\"\n checksum: \"md5=826e9daf00258184e3392c970fa7d616\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "@opam/typerep@opam:v0.11.0",
]
},
"@opam/ppx_tools@opam:5.1+4.06.0": {
"record": {
"name": "@opam/ppx_tools",
"version": "opam:5.1+4.06.0",
"source":
"archive:https://github.com/ocaml-ppx/ppx_tools/archive/5.1+4.06.0.tar.gz#md5:6ba2e9690b1f579ba562b86022d1c308",
"files": [],
"opam": {
"name": "ppx_tools",
"version": "5.1+4.06.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_tools\"\nversion: \"5.1+4.06.0\"\nsynopsis: \"Tools for authors of ppx rewriters and other syntactic tools\"\nmaintainer: \"[email protected]\"\nauthors: \"Alain Frisch <[email protected]>\"\nlicense: \"MIT\"\ntags: \"syntax\"\nhomepage: \"https://github.com/ocaml-ppx/ppx_tools\"\nbug-reports: \"https://github.com/ocaml-ppx/ppx_tools/issues\"\ndepends: [\n \"ocaml\" {>= \"4.06.0\" & < \"4.08\"}\n \"ocamlfind\" {>= \"1.5.0\"}\n]\nflags: light-uninstall\nbuild: [make \"all\"]\ninstall: [make \"install\"]\nremove: [\"ocamlfind\" \"remove\" \"ppx_tools\"]\ndev-repo: \"git://github.com/ocaml-ppx/ppx_tools.git\"\nurl {\n src: \"https://github.com/ocaml-ppx/ppx_tools/archive/5.1+4.06.0.tar.gz\"\n checksum: \"md5=6ba2e9690b1f579ba562b86022d1c308\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/ocamlfind@opam:1.8.0",
]
},
"@opam/ppx_sexp_value@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_sexp_value",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_sexp_value-v0.11.0.tar.gz#md5:28375d3b4bf5cda71b9260d20e5c3d34",
"files": [],
"opam": {
"name": "ppx_sexp_value",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_sexp_value\"\nversion: \"v0.11.0\"\nsynopsis:\n \"A ppx rewriter that simplifies building s-expressions from ocaml values\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_sexp_value\"\nbug-reports: \"https://github.com/janestreet/ppx_sexp_value/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_here\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_sexp_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_sexp_value.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_sexp_value-v0.11.0.tar.gz\"\n checksum: \"md5=28375d3b4bf5cda71b9260d20e5c3d34\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_here@opam:v0.11.0", "@opam/ppx_sexp_conv@opam:v0.11.2",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_sexp_message@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_sexp_message",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_sexp_message-v0.11.0.tar.gz#md5:2cec96bcf6f7c54ba79fe39fc9fc4d98",
"files": [],
"opam": {
"name": "ppx_sexp_message",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_sexp_message\"\nversion: \"v0.11.0\"\nsynopsis: \"A ppx rewriter for easy construction of s-expressions\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_sexp_message\"\nbug-reports: \"https://github.com/janestreet/ppx_sexp_message/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_here\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_sexp_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_sexp_message.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_sexp_message-v0.11.0.tar.gz\"\n checksum: \"md5=2cec96bcf6f7c54ba79fe39fc9fc4d98\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_here@opam:v0.11.0", "@opam/ppx_sexp_conv@opam:v0.11.2",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_sexp_conv@opam:v0.11.2": {
"record": {
"name": "@opam/ppx_sexp_conv",
"version": "opam:v0.11.2",
"source":
"archive:https://github.com/janestreet/ppx_sexp_conv/archive/v0.11.2.tar.gz#md5:77d3b30b3d9c5810552bde2027656b8d",
"files": [],
"opam": {
"name": "ppx_sexp_conv",
"version": "v0.11.2",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_sexp_conv\"\nversion: \"v0.11.2\"\nsynopsis:\n \"Generation of S-expression conversion functions from type definitions\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_sexp_conv\"\nbug-reports: \"https://github.com/janestreet/ppx_sexp_conv/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.3.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_sexp_conv.git\"\nurl {\n src: \"https://github.com/janestreet/ppx_sexp_conv/archive/v0.11.2.tar.gz\"\n checksum: \"md5=77d3b30b3d9c5810552bde2027656b8d\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_pipebang@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_pipebang",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_pipebang-v0.11.0.tar.gz#md5:8f41bb8e67167d04b82223d024008683",
"files": [],
"opam": {
"name": "ppx_pipebang",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_pipebang\"\nversion: \"v0.11.0\"\nsynopsis:\n \"A ppx rewriter that inlines reverse application operators `|>` and `|!`\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_pipebang\"\nbug-reports: \"https://github.com/janestreet/ppx_pipebang/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_pipebang.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_pipebang-v0.11.0.tar.gz\"\n checksum: \"md5=8f41bb8e67167d04b82223d024008683\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_optional@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_optional",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_optional-v0.11.0.tar.gz#md5:27bcae8445af584299876bdab0288152",
"files": [],
"opam": {
"name": "ppx_optional",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_optional\"\nversion: \"v0.11.0\"\nsynopsis: \"Pattern matching on flat options\"\ndescription: \"\"\"\nA ppx rewriter that rewrites simple match statements with an if then\nelse expression.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_optional\"\nbug-reports: \"https://github.com/janestreet/ppx_optional/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_optional.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_optional-v0.11.0.tar.gz\"\n checksum: \"md5=27bcae8445af584299876bdab0288152\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_optcomp@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_optcomp",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_optcomp-v0.11.0.tar.gz#md5:396d6bac4ed5652d7be146756613c67e",
"files": [],
"opam": {
"name": "ppx_optcomp",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_optcomp\"\nversion: \"v0.11.0\"\nsynopsis: \"Optional compilation for OCaml\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_optcomp\"\nbug-reports: \"https://github.com/janestreet/ppx_optcomp/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"stdio\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_optcomp.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_optcomp-v0.11.0.tar.gz\"\n checksum: \"md5=396d6bac4ed5652d7be146756613c67e\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition", "@opam/ppxlib@opam:0.3.1",
"@opam/stdio@opam:v0.11.0", "[email protected]"
]
},
"@opam/ppx_let@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_let",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_let-v0.11.0.tar.gz#md5:40d1798d7724816c65eb5cdabd20f150",
"files": [],
"opam": {
"name": "ppx_let",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_let\"\nversion: \"v0.11.0\"\nsynopsis: \"Monadic let-bindings\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_let\"\nbug-reports: \"https://github.com/janestreet/ppx_let/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_let.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_let-v0.11.0.tar.gz\"\n checksum: \"md5=40d1798d7724816c65eb5cdabd20f150\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_js_style@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_js_style",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_js_style-v0.11.0.tar.gz#md5:0994a7ecf0468f13fcac660413afafad",
"files": [],
"opam": {
"name": "ppx_js_style",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_js_style\"\nversion: \"v0.11.0\"\nsynopsis: \"Code style checker for Jane Street Packages\"\ndescription: \"\"\"\nPart of the Jane Street's PPX rewriters collection.\n\nThis packages is a no-op ppx rewriter. It is used as a 'lint' tool to\nenforce some coding conventions across all Jane Street packages.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_js_style\"\nbug-reports: \"https://github.com/janestreet/ppx_js_style/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"octavius\"\n \"ppxlib\" {>= \"0.1.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_js_style.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_js_style-v0.11.0.tar.gz\"\n checksum: \"md5=0994a7ecf0468f13fcac660413afafad\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/octavius@opam:1.2.0", "@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_jane@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_jane",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_jane-v0.11.0.tar.gz#md5:11da0871ae3841fb6710ec6471ce6b92",
"files": [],
"opam": {
"name": "ppx_jane",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_jane\"\nversion: \"v0.11.0\"\nsynopsis: \"Standard Jane Street ppx rewriters\"\ndescription: \"\"\"\nThis package installs a ppx-jane executable, which is a ppx driver\nincluding all standard Jane Street ppx rewriters.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_jane\"\nbug-reports: \"https://github.com/janestreet/ppx_jane/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"ppx_assert\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_base\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_bench\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_bin_prot\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_custom_printf\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_expect\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_fail\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_fields_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_here\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_inline_test\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_let\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_optcomp\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_optional\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_pipebang\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_sexp_message\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_sexp_value\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_typerep_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_variants_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_jane.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_jane-v0.11.0.tar.gz\"\n checksum: \"md5=11da0871ae3841fb6710ec6471ce6b92\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_assert@opam:v0.11.0", "@opam/ppx_base@opam:v0.11.0",
"@opam/ppx_bench@opam:v0.11.0", "@opam/ppx_bin_prot@opam:v0.11.1",
"@opam/ppx_custom_printf@opam:v0.11.0",
"@opam/ppx_expect@opam:v0.11.1", "@opam/ppx_fail@opam:v0.11.0",
"@opam/ppx_fields_conv@opam:v0.11.0", "@opam/ppx_here@opam:v0.11.0",
"@opam/ppx_inline_test@opam:v0.11.0", "@opam/ppx_let@opam:v0.11.0",
"@opam/ppx_optcomp@opam:v0.11.0", "@opam/ppx_optional@opam:v0.11.0",
"@opam/ppx_pipebang@opam:v0.11.0",
"@opam/ppx_sexp_message@opam:v0.11.0",
"@opam/ppx_sexp_value@opam:v0.11.0",
"@opam/ppx_typerep_conv@opam:v0.11.1",
"@opam/ppx_variants_conv@opam:v0.11.1", "@opam/ppxlib@opam:0.3.1",
]
},
"@opam/ppx_inline_test@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_inline_test",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_inline_test-v0.11.0.tar.gz#md5:1f2e014332373638696d8893d87f4682",
"files": [],
"opam": {
"name": "ppx_inline_test",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_inline_test\"\nversion: \"v0.11.0\"\nsynopsis: \"Syntax extension for writing in-line tests in ocaml code\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_inline_test\"\nbug-reports: \"https://github.com/janestreet/ppx_inline_test/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_inline_test.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_inline_test-v0.11.0.tar.gz\"\n checksum: \"md5=1f2e014332373638696d8893d87f4682\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_here@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_here",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_here-v0.11.0.tar.gz#md5:479c9cd5f6ef90c2df9f01eab9d6c91d",
"files": [],
"opam": {
"name": "ppx_here",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_here\"\nversion: \"v0.11.0\"\nsynopsis: \"Expands [%here] into its location\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_here\"\nbug-reports: \"https://github.com/janestreet/ppx_here/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_here.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_here-v0.11.0.tar.gz\"\n checksum: \"md5=479c9cd5f6ef90c2df9f01eab9d6c91d\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_hash@opam:v0.11.1": {
"record": {
"name": "@opam/ppx_hash",
"version": "opam:v0.11.1",
"source":
"archive:https://github.com/janestreet/ppx_hash/archive/v0.11.1.tar.gz#md5:48dfe890e195808ccdae0a7261bbb17d",
"files": [],
"opam": {
"name": "ppx_hash",
"version": "v0.11.1",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_hash\"\nversion: \"v0.11.1\"\nsynopsis:\n \"A ppx rewriter that generates hash functions from type expressions and definitions\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_hash\"\nbug-reports: \"https://github.com/janestreet/ppx_hash/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_compare\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_sexp_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.3.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_hash.git\"\nurl {\n src: \"https://github.com/janestreet/ppx_hash/archive/v0.11.1.tar.gz\"\n checksum: \"md5=48dfe890e195808ccdae0a7261bbb17d\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_compare@opam:v0.11.1", "@opam/ppx_sexp_conv@opam:v0.11.2",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_fields_conv@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_fields_conv",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_fields_conv-v0.11.0.tar.gz#md5:72f207c23d65f7f3eaabcc92e33ccdab",
"files": [],
"opam": {
"name": "ppx_fields_conv",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_fields_conv\"\nversion: \"v0.11.0\"\nsynopsis: \"Generation of accessor and iteration functions for ocaml records\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_fields_conv\"\nbug-reports: \"https://github.com/janestreet/ppx_fields_conv/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"fieldslib\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_fields_conv.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_fields_conv-v0.11.0.tar.gz\"\n checksum: \"md5=72f207c23d65f7f3eaabcc92e33ccdab\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/fieldslib@opam:v0.11.0", "@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_fail@opam:v0.11.0": {
"record": {
"name": "@opam/ppx_fail",
"version": "opam:v0.11.0",
"source":
"archive:https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_fail-v0.11.0.tar.gz#md5:b153a48e619b819a89924857586e76ac",
"files": [],
"opam": {
"name": "ppx_fail",
"version": "v0.11.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_fail\"\nversion: \"v0.11.0\"\nsynopsis: \"Add location to calls to failwiths\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_fail\"\nbug-reports: \"https://github.com/janestreet/ppx_fail/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_here\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_fail.git\"\nurl {\n src:\n \"https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_fail-v0.11.0.tar.gz\"\n checksum: \"md5=b153a48e619b819a89924857586e76ac\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_here@opam:v0.11.0", "@opam/ppxlib@opam:0.3.1",
]
},
"@opam/ppx_expect@opam:v0.11.1": {
"record": {
"name": "@opam/ppx_expect",
"version": "opam:v0.11.1",
"source":
"archive:https://github.com/janestreet/ppx_expect/releases/download/v0.11.1/ppx_expect-v0.11.1.tbz#md5:ee5e03094674de295aadc10efe6bb7b7",
"files": [],
"opam": {
"name": "ppx_expect",
"version": "v0.11.1",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_expect\"\nversion: \"v0.11.1\"\nsynopsis: \"Cram like framework for OCaml\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"MIT\"\nhomepage: \"https://github.com/janestreet/ppx_expect\"\nbug-reports: \"https://github.com/janestreet/ppx_expect/issues\"\ndepends: [\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_assert\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_compare\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_custom_printf\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_fields_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_here\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_inline_test\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_sexp_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"ppx_variants_conv\" {>= \"v0.11\" & < \"v0.12\"}\n \"stdio\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.1.0\"}\n \"re\" {>= \"1.5.0\"}\n \"ocaml\" {>= \"4.04.1\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_expect.git\"\nurl {\n src:\n \"https://github.com/janestreet/ppx_expect/releases/download/v0.11.1/ppx_expect-v0.11.1.tbz\"\n checksum: \"md5=ee5e03094674de295aadc10efe6bb7b7\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppx_assert@opam:v0.11.0", "@opam/ppx_compare@opam:v0.11.1",
"@opam/ppx_custom_printf@opam:v0.11.0",
"@opam/ppx_fields_conv@opam:v0.11.0", "@opam/ppx_here@opam:v0.11.0",
"@opam/ppx_inline_test@opam:v0.11.0",
"@opam/ppx_sexp_conv@opam:v0.11.2",
"@opam/ppx_variants_conv@opam:v0.11.1", "@opam/ppxlib@opam:0.3.1",
"@opam/re@opam:1.7.3", "@opam/stdio@opam:v0.11.0", "[email protected]"
]
},
"@opam/ppx_enumerate@opam:v0.11.1": {
"record": {
"name": "@opam/ppx_enumerate",
"version": "opam:v0.11.1",
"source":
"archive:https://github.com/janestreet/ppx_enumerate/archive/v0.11.1.tar.gz#md5:25107fc78678dc46058aa5d3a7f3ab84",
"files": [],
"opam": {
"name": "ppx_enumerate",
"version": "v0.11.1",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_enumerate\"\nversion: \"v0.11.1\"\nsynopsis: \"Generate a list containing all values of a finite type\"\ndescription: \"Part of the Jane Street's PPX rewriters collection.\"\nmaintainer: \"[email protected]\"\nauthors: \"Jane Street Group, LLC <[email protected]>\"\nlicense: \"Apache-2.0\"\nhomepage: \"https://github.com/janestreet/ppx_enumerate\"\nbug-reports: \"https://github.com/janestreet/ppx_enumerate/issues\"\ndepends: [\n \"ocaml\" {>= \"4.04.1\"}\n \"base\" {>= \"v0.11\" & < \"v0.12\"}\n \"jbuilder\" {build & >= \"1.0+beta18.1\"}\n \"ocaml-migrate-parsetree\" {>= \"1.0\"}\n \"ppxlib\" {>= \"0.3.0\"}\n]\nconflicts: [\n \"jbuilder\" {= \"1.0+beta19\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git+https://github.com/janestreet/ppx_enumerate.git\"\nurl {\n src: \"https://github.com/janestreet/ppx_enumerate/archive/v0.11.1.tar.gz\"\n checksum: \"md5=25107fc78678dc46058aa5d3a7f3ab84\"\n}",
"override": null
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/base@opam:v0.11.1",
"@opam/jbuilder@opam:transition",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ppxlib@opam:0.3.1", "[email protected]"
]
},
"@opam/ppx_deriving_yojson@opam:3.1": {
"record": {
"name": "@opam/ppx_deriving_yojson",
"version": "opam:3.1",
"source":
"archive:https://github.com/ocaml-ppx/ppx_deriving_yojson/archive/v3.1.tar.gz#md5:83128c06b0569309351886d9fd0dbb74",
"files": [
{
"name": "ppx_deriving_yojson-3.1.patch",
"content":
"--- ./pkg/build.ml\n+++ ./pkg/build.ml\n@@ -3,7 +3,7 @@\n #use \"topkg.ml\"\n \n let ocamlbuild =\n- \"ocamlbuild -use-ocamlfind -classic-display -plugin-tag 'package(cppo_ocamlbuild)'\"\n+ \"ocamlbuild -use-ocamlfind -classic-display -plugin-tag \" ^ Filename.quote \"package(cppo_ocamlbuild)\"\n \n let () =\n Pkg.describe \"ppx_deriving_yojson\" ~builder:(`Other (ocamlbuild, \"_build\")) [\n"
},
{
"name": "patch-topkg-ppx_deriving_yojson.3.1",
"content":
"--- ./pkg/topkg.ml\n+++ ./pkg/topkg.ml\n@@ -152,7 +152,63 @@\n module Exts : Exts = struct\n let interface = [\".mli\"; \".cmi\"; \".cmti\"]\n let interface_opt = \".cmx\" :: interface\n- let c_library = if Sys.win32 then [\".lib\"] else [\".a\"]\n+ let c_library =\n+ match Sys.win32 with\n+ | false -> [\".a\"]\n+ | true ->\n+ let input_line ch =\n+ try\n+ let s = input_line ch in\n+ let len = String.length s in\n+ if len > 0 && Sys.os_type = \"Win32\" && s.[len-1] = '\\r' then\n+ Some (String.sub s 0 (pred len))\n+ else\n+ Some s\n+ with\n+ | End_of_file -> None\n+ in\n+ let rec get_ext_lib ch =\n+ match input_line ch with\n+ | None -> \".a\"\n+ | Some s ->\n+ let len = String.length s in\n+ if len < 11 || s.[0] <> 'e' || String.sub s 0 9 <> \"ext_lib: \" then\n+ get_ext_lib ch\n+ else\n+ String.sub s 9 (len - 9)\n+ in\n+ let get_ext_lib fln =\n+ let ch = open_in fln in\n+ let ch_closed = ref false in\n+ try\n+ let res = get_ext_lib ch in\n+ ch_closed := true;\n+ close_in ch ;\n+ res\n+ with\n+ | x when !ch_closed = false ->\n+ close_in_noerr ch;\n+ raise x\n+ in\n+ let e_null = if Sys.win32 then \" 2>NUL\" else \" 2>/dev/null\" in\n+ let fln = Filename.temp_file \"get_ext\" \".txt\" in\n+ let cleanup = lazy (try Sys.remove fln with Sys_error _ -> ()) in\n+ try\n+ let qfln = Filename.quote fln in\n+ let cmd = \"ocamlfind ocamlc -config > \" ^ qfln ^ e_null in\n+ let ec = Sys.command cmd in\n+ if ec <> 0 then (\n+ let cmd = \"ocamlc -config > \" ^ qfln ^ e_null in\n+ let ec = Sys.command cmd in\n+ if ec <> 0 then\n+ failwith (Printf.sprintf \"couldn't call ocamlc -config\");\n+ );\n+ let res = get_ext_lib fln in\n+ Lazy.force cleanup;\n+ [res]\n+ with\n+ | x -> Lazy.force cleanup; raise x\n+\n let c_dll_library = if Sys.win32 then [\".dll\"] else [\".so\"]\n let library = [\".cma\"; \".cmxa\"; \".cmxs\"] @ c_library\n let module_library = (interface_opt @ library)\n@@ -258,7 +314,9 @@\n let src, dst =\n if not auto then src, dst else\n let dst = match dst with\n- | None -> Some (Filename.basename src)\n+ | None ->\n+ let src = if Sys.os_type <> \"Win32\" then src else src ^ \".exe\" in\n+ Some (Filename.basename src)\n | Some _ as dst -> dst\n in\n let src = if Env.native then src ^ \".native\" else src ^ \".byte\" in\n"
}
],
"opam": {
"name": "ppx_deriving_yojson",
"version": "3.1",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_deriving_yojson\"\nversion: \"3.1\"\nsynopsis: \"JSON codec generator for OCaml >=4.02\"\ndescription: \"\"\"\nppx_deriving_yojson is a ppx_deriving plugin that provides\na JSON codec generator.\"\"\"\nmaintainer: \"whitequark <[email protected]>\"\nauthors: \"whitequark <[email protected]>\"\nlicense: \"MIT\"\ntags: [\"syntax\" \"json\"]\nhomepage: \"https://github.com/whitequark/ppx_deriving_yojson\"\ndoc: \"http://whitequark.github.io/ppx_deriving_yojson\"\nbug-reports: \"https://github.com/whitequark/ppx_deriving_yojson/issues\"\ndepends: [\n \"ocaml\"\n \"yojson\"\n \"result\"\n \"ppx_deriving\" {>= \"4.0\" & < \"5.0\"}\n \"ocamlfind\" {build}\n \"ocamlbuild\" {build}\n \"cppo\" {build}\n \"cppo_ocamlbuild\" {build}\n \"ounit\" {with-test}\n \"ppx_import\" {with-test & >= \"1.1\"}\n]\nconflicts: [\n \"ppx_deriving\" {= \"4.2\"}\n]\nbuild: [\n [\n \"ocaml\"\n \"pkg/build.ml\"\n \"native=%{ocaml:native}%\"\n \"native-dynlink=%{ocaml:native-dynlink}%\"\n ]\n [\n \"ocamlbuild\"\n \"-classic-display\"\n \"-use-ocamlfind\"\n \"src_test/test_ppx_yojson.byte\"\n \"--\"\n ] {with-test}\n]\nsubsts: \"pkg/META\"\ndev-repo: \"git://github.com/whitequark/ppx_deriving_yojson.git\"\nurl {\n src: \"https://github.com/ocaml-ppx/ppx_deriving_yojson/archive/v3.1.tar.gz\"\n checksum: \"md5=83128c06b0569309351886d9fd0dbb74\"\n}",
"override": {
"build": [
[
"bash", "-c",
"#{os == 'windows' ? 'patch -p1 < ppx_deriving_yojson-3.1.patch' : 'true'}"
],
[
"bash", "-c",
"#{os == 'windows' ? 'patch -p1 < patch-topkg-ppx_deriving_yojson.3.1' : 'true'}"
],
[
"ocaml", "pkg/build.ml", "native=true", "native-dynlink=true"
]
]
}
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/cppo@opam:1.6.5",
"@opam/cppo_ocamlbuild@opam:1.6.0", "@opam/ocamlbuild@opam:0.12.0",
"@opam/ocamlfind@opam:1.8.0", "@opam/ppx_deriving@opam:4.2.1",
"@opam/result@opam:1.3", "@opam/yojson@opam:1.4.1", "[email protected]"
]
},
"@opam/ppx_deriving@opam:4.2.1": {
"record": {
"name": "@opam/ppx_deriving",
"version": "opam:4.2.1",
"source":
"archive:https://github.com/ocaml-ppx/ppx_deriving/archive/v4.2.1.tar.gz#md5:2195fccf2a527c3ff9ec5b4e36e2f0a8",
"files": [
{
"name": "ppx_deriving-4.2.1.patch",
"content":
"--- ./pkg/topkg.ml\n+++ ./pkg/topkg.ml\n@@ -152,7 +152,63 @@\n module Exts : Exts = struct\n let interface = [\".mli\"; \".cmi\"; \".cmti\"]\n let interface_opt = \".cmx\" :: interface\n- let c_library = if Sys.win32 then [\".lib\"] else [\".a\"]\n+ let c_library =\n+ match Sys.win32 with\n+ | false -> [\".a\"]\n+ | true ->\n+ let input_line ch =\n+ try\n+ let s = input_line ch in\n+ let len = String.length s in\n+ if len > 0 && Sys.os_type = \"Win32\" && s.[len-1] = '\\r' then\n+ Some (String.sub s 0 (pred len))\n+ else\n+ Some s\n+ with\n+ | End_of_file -> None\n+ in\n+ let rec get_ext_lib ch =\n+ match input_line ch with\n+ | None -> \".a\"\n+ | Some s ->\n+ let len = String.length s in\n+ if len < 11 || s.[0] <> 'e' || String.sub s 0 9 <> \"ext_lib: \" then\n+ get_ext_lib ch\n+ else\n+ String.sub s 9 (len - 9)\n+ in\n+ let get_ext_lib fln =\n+ let ch = open_in fln in\n+ let ch_closed = ref false in\n+ try\n+ let res = get_ext_lib ch in\n+ ch_closed := true;\n+ close_in ch ;\n+ res\n+ with\n+ | x when !ch_closed = false ->\n+ close_in_noerr ch;\n+ raise x\n+ in\n+ let e_null = if Sys.win32 then \" 2>NUL\" else \" 2>/dev/null\" in\n+ let fln = Filename.temp_file \"get_ext\" \".txt\" in\n+ let cleanup = lazy (try Sys.remove fln with Sys_error _ -> ()) in\n+ try\n+ let qfln = Filename.quote fln in\n+ let cmd = \"ocamlfind ocamlc -config > \" ^ qfln ^ e_null in\n+ let ec = Sys.command cmd in\n+ if ec <> 0 then (\n+ let cmd = \"ocamlc -config > \" ^ qfln ^ e_null in\n+ let ec = Sys.command cmd in\n+ if ec <> 0 then\n+ failwith (Printf.sprintf \"couldn't call ocamlc -config\");\n+ );\n+ let res = get_ext_lib fln in\n+ Lazy.force cleanup;\n+ [res]\n+ with\n+ | x -> Lazy.force cleanup; raise x\n+\n let c_dll_library = if Sys.win32 then [\".dll\"] else [\".so\"]\n let library = [\".cma\"; \".cmxa\"; \".cmxs\"] @ c_library\n let module_library = (interface_opt @ library)\n@@ -258,7 +314,9 @@\n let src, dst =\n if not auto then src, dst else\n let dst = match dst with\n- | None -> Some (Filename.basename src)\n+ | None ->\n+ let src = if Sys.os_type <> \"Win32\" then src else src ^ \".exe\" in\n+ Some (Filename.basename src)\n | Some _ as dst -> dst\n in\n let src = if Env.native then src ^ \".native\" else src ^ \".byte\" in\n"
}
],
"opam": {
"name": "ppx_deriving",
"version": "4.2.1",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_deriving\"\nversion: \"4.2.1\"\nsynopsis: \"Type-driven code generation for OCaml >=4.02\"\ndescription: \"\"\"\nppx_deriving provides common infrastructure for generating\ncode based on type definitions, and a set of useful plugins\nfor common tasks.\"\"\"\nmaintainer: \"whitequark <[email protected]>\"\nauthors: \"whitequark <[email protected]>\"\nlicense: \"MIT\"\ntags: \"syntax\"\nhomepage: \"https://github.com/whitequark/ppx_deriving\"\ndoc: \"https://whitequark.github.io/ppx_deriving\"\nbug-reports: \"https://github.com/whitequark/ppx_deriving/issues\"\ndepends: [\n \"ocaml\" {> \"4.03.0\"}\n \"ocamlbuild\" {build}\n \"ocamlfind\" {build & >= \"1.6.0\"}\n \"cppo\" {build}\n \"cppo_ocamlbuild\" {build}\n \"ocaml-migrate-parsetree\"\n \"ppx_derivers\"\n \"ppx_tools\" {>= \"4.02.3\"}\n \"result\"\n \"ounit\" {with-test}\n]\navailable: opam-version >= \"1.2\"\nbuild: [\n [\n \"ocaml\"\n \"pkg/build.ml\"\n \"native=%{ocaml:native-dynlink}%\"\n \"native-dynlink=%{ocaml:native-dynlink}%\"\n ]\n [\n \"ocamlbuild\"\n \"-classic-display\"\n \"-use-ocamlfind\"\n \"src_test/test_ppx_deriving.byte\"\n \"--\"\n ] {with-test}\n [make \"doc\"] {with-doc}\n]\nsubsts: \"pkg/META\"\ndev-repo: \"git+https://github.com/whitequark/ppx_deriving.git\"\nurl {\n src: \"https://github.com/ocaml-ppx/ppx_deriving/archive/v4.2.1.tar.gz\"\n checksum: \"md5=2195fccf2a527c3ff9ec5b4e36e2f0a8\"\n}",
"override": {
"build": [
[
"bash", "-c",
"#{os == 'windows' ? 'patch -p1 < ppx_deriving-4.2.1.patch' : 'true'}"
],
[
"ocaml", "pkg/build.ml", "native=true", "native-dynlink=true"
]
]
}
}
},
"dependencies": [
"@esy-ocaml/[email protected]", "@opam/cppo@opam:1.6.5",
"@opam/cppo_ocamlbuild@opam:1.6.0",
"@opam/ocaml-migrate-parsetree@opam:1.1.0",
"@opam/ocamlbuild@opam:0.12.0", "@opam/ocamlfind@opam:1.8.0",
"@opam/ppx_derivers@opam:1.0", "@opam/ppx_tools@opam:5.1+4.06.0",
"@opam/result@opam:1.3", "[email protected]"
]
},
"@opam/ppx_derivers@opam:1.0": {
"record": {
"name": "@opam/ppx_derivers",
"version": "opam:1.0",
"source":
"archive:https://github.com/ocaml-ppx/ppx_derivers/archive/1.0.tar.gz#md5:4ddce8f43fdb9b0ef0ab6a7cbfebc3e3",
"files": [],
"opam": {
"name": "ppx_derivers",
"version": "1.0",
"opam":
"opam-version: \"2.0\"\nname: \"ppx_derivers\"\nversion: \"1.0\"\nsynopsis: \"Shared [@@deriving] plugin registry\"\ndescription: \"\"\"\nPpx_derivers is a tiny package whose sole purpose is to allow\nppx_deriving and ppx_type_conv to inter-operate gracefully when linked\nas part of the same ocaml-migrate-parsetree driver.\"\"\"\nmaintainer: \"[email protected]\"\nauthors: \"Jérémie Dimino\"\nlicense: \"BSD3\"\nhomepage: \"https://github.com/ocaml-ppx/ppx_derivers\"\nbug-reports: \"https://github.com/ocaml-ppx/ppx_derivers/issues\"\ndepends: [\n \"ocaml\"\n \"jbuilder\" {build & >= \"1.0+beta7\"}\n]\nbuild: [\"jbuilder\" \"build\" \"-p\" name \"-j\" jobs]\ndev-repo: \"git://github.com/ocaml-ppx/ppx_derivers.git\"\nurl {\n src: \"https://github.com/ocaml-ppx/ppx_derivers/archive/1.0.tar.gz\"\n checksum: \"md5=4ddce8f43fdb9b0ef0ab6a7cbfebc3e3\"\n}",
"override": null
}