mike dupont commited on
Commit
be3c976
·
1 Parent(s): 21b304f

adding dune

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. dune/Readme.md +12 -0
  2. dune/Readme.md~ +3 -0
  3. dune/_boot/async_inotify_for_dune.ml.str +3 -0
  4. dune/_boot/async_inotify_for_dune__.ml.str +3 -0
  5. dune/_boot/async_inotify_for_dune__Async_inotify.ml.str +3 -0
  6. dune/_boot/build_info.ml.str +3 -0
  7. dune/_boot/build_info__.ml.str +3 -0
  8. dune/_boot/build_info__Build_info_data.ml.str +3 -0
  9. dune/_boot/build_path_prefix_map.ml.str +3 -0
  10. dune/_boot/c_flags.ml.str +3 -0
  11. dune/_boot/chrome_trace.ml.str +3 -0
  12. dune/_boot/cmdliner.ml.str +3 -0
  13. dune/_boot/cmdliner_arg.ml.str +3 -0
  14. dune/_boot/cmdliner_base.ml.str +3 -0
  15. dune/_boot/cmdliner_cline.ml.str +3 -0
  16. dune/_boot/cmdliner_cmd.ml.str +3 -0
  17. dune/_boot/cmdliner_docgen.ml.str +3 -0
  18. dune/_boot/cmdliner_eval.ml.str +3 -0
  19. dune/_boot/cmdliner_exit.ml.str +3 -0
  20. dune/_boot/cmdliner_info.ml.str +3 -0
  21. dune/_boot/cmdliner_manpage.ml.str +3 -0
  22. dune/_boot/cmdliner_msg.ml.str +3 -0
  23. dune/_boot/cmdliner_term.ml.str +3 -0
  24. dune/_boot/cmdliner_term_deprecated.ml.str +3 -0
  25. dune/_boot/cmdliner_trie.ml.str +3 -0
  26. dune/_boot/csexp.ml.str +3 -0
  27. dune/_boot/csexp_rpc.ml.str +3 -0
  28. dune/_boot/csexp_rpc__.ml.str +3 -0
  29. dune/_boot/csexp_rpc__Io_buffer.ml.str +3 -0
  30. dune/_boot/dag.ml.str +3 -0
  31. dune/_boot/dag__.ml.str +3 -0
  32. dune/_boot/dag__Dag_intf.ml.str +3 -0
  33. dune/_boot/dune_action_plugin.ml.str +3 -0
  34. dune/_boot/dune_action_plugin__.ml.str +3 -0
  35. dune/_boot/dune_action_plugin__Import.ml.str +3 -0
  36. dune/_boot/dune_action_plugin__Path.ml.str +3 -0
  37. dune/_boot/dune_action_plugin__Protocol.ml.str +3 -0
  38. dune/_boot/dune_action_plugin__Sexpable_intf.ml.str +3 -0
  39. dune/_boot/dune_async_io.ml.str +3 -0
  40. dune/_boot/dune_async_io__.ml.str +3 -0
  41. dune/_boot/dune_async_io__Async_io.ml.str +3 -0
  42. dune/_boot/dune_cache.ml.str +3 -0
  43. dune/_boot/dune_cache__.ml.str +3 -0
  44. dune/_boot/dune_cache__Config.ml.str +3 -0
  45. dune/_boot/dune_cache__Hit_or_miss.ml.str +3 -0
  46. dune/_boot/dune_cache__Import.ml.str +3 -0
  47. dune/_boot/dune_cache__Local.ml.str +3 -0
  48. dune/_boot/dune_cache__Shared.ml.str +3 -0
  49. dune/_boot/dune_cache__Shared_intf.ml.str +3 -0
  50. dune/_boot/dune_cache__Trimmer.ml.str +3 -0
dune/Readme.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ how I processed these files
2
+
3
+ build the ppx using dune
4
+
5
+ ran it
6
+ ```
7
+ find -name \*.ml -exec ./_build/default/.ppx/1977eb4d6c4f6ad3b912f65add506a08/ppx.exe {} > /dev/null \;
8
+ find -name \*.str > files.txt
9
+ tar -cf json.tar -T files.txt
10
+ mkdir ~/2023/12/28/ppxlib/ocaml-opam-ppxlib-json-ast/dune/
11
+ tar -xf json.tar -C ~/2023/12/28/ppxlib/ocaml-opam-ppxlib-json-ast/dune/
12
+ ```
dune/Readme.md~ ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a10eb38c47721fcd9a3ee6b732bddae492d0fe85acd648d4306596386fe3fa
3
+ size 331
dune/_boot/async_inotify_for_dune.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8128160f1f3374accda56f6d62e94e2dc01fca4b65c523a13b0b7b13f1e5b95
3
+ size 3635
dune/_boot/async_inotify_for_dune__.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd8bc2706ec41b3e6e1a94a880615ee1e14bc72ed9af8c6d9025e97ca8ca6ca
3
+ size 2027
dune/_boot/async_inotify_for_dune__Async_inotify.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1975b28146d2413ace91bcd571b26e8f54343866ee1419abc1bdcc83b5a8aa21
3
+ size 1111888
dune/_boot/build_info.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:508b9bc05c0f93b51c29b1da578345d3df8279e8da91880992487e10de2b421b
3
+ size 96869
dune/_boot/build_info__.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25111df6348ac5c60b55b4eabac9f4cf3c952042d8000dd13dcdf4cca610e793
3
+ size 1901
dune/_boot/build_info__Build_info_data.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea219a764e99d7dfd6a74f9daab48854c6bdb557a249e8c5806e7e4ea4c31d3
3
+ size 967378
dune/_boot/build_path_prefix_map.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c95401cd516143184818403f266e61e5759128713f5cb3e131a0622fe3dcaaa
3
+ size 702908
dune/_boot/c_flags.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f8422653bb4c16d25c5eb0fa750ccdeed8e726bcaea01104d66bdfc0824efb0
3
+ size 12123
dune/_boot/chrome_trace.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:addba84bbb23653ecd4e02740575fb1a1e31469f485b5b8a22b31136f05fbbbb
3
+ size 2400793
dune/_boot/cmdliner.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f74208ccd3dc6215aa42d28d76bcf01eb121870775cb13f058942f82d8dceb9
3
+ size 22365
dune/_boot/cmdliner_arg.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3078be0ba95fde00d245dd8ed5aa8e16879691144c7c74be904264c2b8e0b0b5
3
+ size 3225710
dune/_boot/cmdliner_base.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83e8dfcb9dfae54dd80d25dc8366aadd321a1fa77fd658df084fc798e13fa913
3
+ size 3546631
dune/_boot/cmdliner_cline.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f19e1b835160cc95a637a52759023abbd6957fb28145a9dee82dbf12ef51ada
3
+ size 2338041
dune/_boot/cmdliner_cmd.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e12e05109c8507361d9e79b734b726d53732b7e909fe0b5386bc64e0da0dd797
3
+ size 162326
dune/_boot/cmdliner_docgen.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07823873f4f040183e96e4d36432818679111f2cb2959257579735b65341a08b
3
+ size 4377709
dune/_boot/cmdliner_eval.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1860e81f6abbfb2cb7b3a143e88f7098c636c132965771efab79e90fd90365be
3
+ size 2702451
dune/_boot/cmdliner_exit.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37517e5f3dc66819f61f5a7bb8ace1921282415f10551d2defa5c3eb0985b570
3
+ size 3
dune/_boot/cmdliner_info.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2f37b2cc17937fb42d267fb6a85d3ec9809fd58e7bc15ac863095eeceb08a40
3
+ size 1484381
dune/_boot/cmdliner_manpage.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f4a3812cd9965d6ca9a4e51c18268dc0b8a3d029b02c61d567535163f4efc7
3
+ size 5646137
dune/_boot/cmdliner_msg.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b904df367614e5b89e360e9b7644fa2e7aa0f72d7946d1baaa84ffb0ec266c
3
+ size 611754
dune/_boot/cmdliner_term.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bff6080becb9e867eaac63ebe34921a3e1b39260823d334666eb48b9a59dec5
3
+ size 538320
dune/_boot/cmdliner_term_deprecated.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8763877fd3dbf002796280308355e8ef3619a97a1f488bab41737b2d8c14cec2
3
+ size 422312
dune/_boot/cmdliner_trie.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd2eb452f33e191d6f0ea8db0c08c73027c1f18f6e9def7961eaaaee9469580
3
+ size 819396
dune/_boot/csexp.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d93ee64d223030b86a0368ce27ad096e92c1dc3a66e42bff9f3ae53282794855
3
+ size 2974140
dune/_boot/csexp_rpc.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d030bbe042c2f245d5a796a9feed1ab0b547854771b813cb77bcbd5bfa0299
3
+ size 3440336
dune/_boot/csexp_rpc__.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d34fe05fe764bf281490dbe6a24f973cf835969f4343d7b0b60624dd1f3a16cd
3
+ size 1880
dune/_boot/csexp_rpc__Io_buffer.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f993a57efa63259efe54478cddd914c6fdb6fb1245ceb795341a2bef632921fe
3
+ size 771418
dune/_boot/dag.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b20f8719dfef2c9a0b1c6874fec0b049617f9c74286579920f31c8a3f209ecd9
3
+ size 714542
dune/_boot/dag__.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e5554d127b0da2a185e5004ec04baac31786bb3a68a7c107ef4dd8439cf344
3
+ size 1824
dune/_boot/dag__Dag_intf.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c6f96e0d1d42e409b014a9ac44cd3fdb83f6a803fa806873c3f956c971143d
3
+ size 87434
dune/_boot/dune_action_plugin.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fd79a5ed4682d84f17d2f9665c9e0f577696a05bf0aacb2aae70e2840c5a898
3
+ size 1311327
dune/_boot/dune_action_plugin__.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cdb533f72fb3a9d5fb1f76ded5cc2facace2ce968473318d5cec9baac9097dd
3
+ size 7878
dune/_boot/dune_action_plugin__Import.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aecc338222492c57aaee6c5e30e71c839a939a91699be82729e58c9f9d99600a
3
+ size 39830
dune/_boot/dune_action_plugin__Path.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c08bf39beba390550a0532db056d410010411a02ade4525ed0881c8ec0b45e31
3
+ size 38535
dune/_boot/dune_action_plugin__Protocol.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112eb6f6b92495e7520a201fd832627cdbc857253d4f6f1269ce14971e983ad9
3
+ size 1071306
dune/_boot/dune_action_plugin__Sexpable_intf.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a4b212f069c84440a86a572a71476216d715022528b5f0052a4276178aa4d1
3
+ size 183059
dune/_boot/dune_async_io.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637017887881e967bc02b47d96605fde8f9d51317b3df96ed50fca98d6241c05
3
+ size 3413
dune/_boot/dune_async_io__.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c06f9a80790602e0e50be212b59ecff34a2b532e8e2db2776d3bb990725ad2a0
3
+ size 1914
dune/_boot/dune_async_io__Async_io.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e34f6dac4bda288f176dceca4fd0e74e46a73132fc9d17e49cd0b2a1771e3a26
3
+ size 2573822
dune/_boot/dune_cache.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88c31c4fadb159d1d5201a598cce868848c71e4b7bc7aedccb1657e2dcac3fa
3
+ size 9146
dune/_boot/dune_cache__.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3ef0e685de588a120f2efd1d470b60d520996316020be74c1f681190270047
3
+ size 13316
dune/_boot/dune_cache__Config.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c70d6278021b0a8348980752a5c8a41a5e60ab51d1620568a5e1efdf4eb9713
3
+ size 163019
dune/_boot/dune_cache__Hit_or_miss.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c92578791d0a5c9d069a8ecd344447af34f64916d01c283b8ee055f6e7d7a9b
3
+ size 9274
dune/_boot/dune_cache__Import.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8643cf78b0232a18d2614f9744ab33a6e596dc5fb980747d70997bcfb36fdc9f
3
+ size 16288
dune/_boot/dune_cache__Local.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:612de872f3b377fc6d3afeace7bdaaa590316e193f88cdddfba0825204fe3de2
3
+ size 1765160
dune/_boot/dune_cache__Shared.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3868d759ad6edd16843dbbb538ef1ba6eb0d3067fc06a3201a2c608848742134
3
+ size 1786948
dune/_boot/dune_cache__Shared_intf.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30fffa76fc2186c1e59252da5982feb6ffcb306e8d10f27f8a192d9ce8163ae8
3
+ size 60388
dune/_boot/dune_cache__Trimmer.ml.str ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb107381cdab3156bc0cc55f8d51f89763a1469b3f8e47685b2bd6763a9611e
3
+ size 533762