@kaiko.io/rescript-deser 3.1.0 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/lib/bs/.bsdeps ADDED
@@ -0,0 +1,8 @@
1
+ 10.1.4
2
+ /home/manu/src/kaiko/rescript-deser
3
+ 0
4
+ bsconfig.json 0x1.928aa9540909p+30
5
+ tests 0x1.928a985db325ep+30
6
+ src/ 0x1.928a966f225d1p+30
7
+ ===
8
+ /home/manu/src/kaiko/rescript-deser/node_modules/rescript/linux/rescript.exe 0x1.92557f3109375p+30
@@ -0,0 +1,2 @@
1
+ #Start(1688382096677)
2
+ #Done(1688382096677)
@@ -0,0 +1,28 @@
1
+ # ninja log v6
2
+ 0 27 1688381837613117393 tests/QUnit.ast ae640b6aefd35348
3
+ 0 28 1688381837613117393 tests/index.ast b5b685b3adc59946
4
+ 0 29 1688381837613117393 src/JSON.ast 23930881e232c07e
5
+ 28 32 1688381837619784009 tests/QUnit.d 4a2631c992d93ce7
6
+ 29 32 1688381837619784009 src/JSON.d cd2d6773c781340f
7
+ 28 33 1688381837619784009 tests/index.d 5a4db9cdecd186b3
8
+ 32 41 1688381837626450625 tests/QUnit.cmj af48764142174424
9
+ 32 41 1688381837626450625 tests/QUnit.cmi af48764142174424
10
+ 32 41 1688381837626450625 ../es6/tests/QUnit.js af48764142174424
11
+ 33 50 1688381837636450550 src/JSON.cmj 4715564a08207e44
12
+ 33 50 1688381837636450550 src/JSON.cmi 4715564a08207e44
13
+ 33 50 1688381837636450550 ../es6/src/JSON.js 4715564a08207e44
14
+ 50 62 1688381837646450474 tests/index.cmj afa68ed03027d968
15
+ 50 62 1688381837646450474 tests/index.cmi afa68ed03027d968
16
+ 50 62 1688381837646450474 ../es6/tests/index.js afa68ed03027d968
17
+ 0 8 1688381837619784009 tests/QUnit.cmj f85ad7fabdfec222
18
+ 0 8 1688381837619784009 tests/QUnit.cmi f85ad7fabdfec222
19
+ 0 8 1688381837619784009 ../es6/tests/QUnit.js f85ad7fabdfec222
20
+ 0 8 1688381837619784009 ../js/tests/QUnit.js f85ad7fabdfec222
21
+ 0 18 1688381837619784009 src/JSON.cmj 9628ec2442bee34e
22
+ 0 18 1688381837619784009 src/JSON.cmi 9628ec2442bee34e
23
+ 0 18 1688381837619784009 ../es6/src/JSON.js 9628ec2442bee34e
24
+ 0 18 1688381837619784009 ../js/src/JSON.js 9628ec2442bee34e
25
+ 18 30 1688382079735404980 tests/index.cmj a5ae0db315b2706d
26
+ 18 30 1688382079735404980 tests/index.cmi a5ae0db315b2706d
27
+ 18 30 1688382079735404980 ../es6/tests/index.js a5ae0db315b2706d
28
+ 18 30 1688382079735404980 ../js/tests/index.js a5ae0db315b2706d
@@ -0,0 +1 @@
1
+ { "dirs" : [ "tests" , "src/" ] , "pkgs" : [ [ "@kaiko.io/rescript-prelude" , "/home/manu/src/kaiko/rescript-deser/node_modules/@kaiko.io/rescript-prelude" ] ] , "generated" : [] }
@@ -0,0 +1,27 @@
1
+ rescript = 1
2
+ g_finger := /home/manu/src/kaiko/rescript-deser/node_modules/@kaiko.io/rescript-prelude/lib/ocaml/install.stamp
3
+ rule astj
4
+ command = /home/manu/src/kaiko/rescript-deser/node_modules/rescript/linux/bsc.exe -warn-error +8+11+26+27+33+56 -bs-v 10.1.4 -absname -bs-ast -o $out $i
5
+ o tests/index.ast : astj ../../tests/index.res
6
+ rule deps_dev
7
+ command = /home/manu/src/kaiko/rescript-deser/node_modules/rescript/linux/bsb_helper.exe -g -hash 84aecc33f8594375b23a1a137b057f93 $in
8
+ restat = 1
9
+ o tests/index.d : deps_dev tests/index.ast
10
+ rule mij_dev
11
+ command = /home/manu/src/kaiko/rescript-deser/node_modules/rescript/linux/bsc.exe -I tests -I src/ -I /home/manu/src/kaiko/rescript-deser/node_modules/@kaiko.io/rescript-prelude/lib/ocaml -warn-error +8+11+26+27+33+56 -bs-package-name @kaiko.io/rescript-deser -bs-package-output commonjs:lib/js/$in_d:.js -bs-package-output es6:lib/es6/$in_d:.js -bs-v $g_finger $i
12
+ dyndep = 1
13
+ restat = 1
14
+ o tests/index.cmj tests/index.cmi ../es6/tests/index.js ../js/tests/index.js : mij_dev tests/index.ast
15
+ o tests/QUnit.ast : astj ../../tests/QUnit.res
16
+ o tests/QUnit.d : deps_dev tests/QUnit.ast
17
+ o tests/QUnit.cmj tests/QUnit.cmi ../es6/tests/QUnit.js ../js/tests/QUnit.js : mij_dev tests/QUnit.ast
18
+ o src/JSON.ast : astj ../../src/JSON.res
19
+ rule deps
20
+ command = /home/manu/src/kaiko/rescript-deser/node_modules/rescript/linux/bsb_helper.exe -hash 84aecc33f8594375b23a1a137b057f93 $in
21
+ restat = 1
22
+ o src/JSON.d : deps src/JSON.ast
23
+ rule mij
24
+ command = /home/manu/src/kaiko/rescript-deser/node_modules/rescript/linux/bsc.exe -I src/ -I /home/manu/src/kaiko/rescript-deser/node_modules/@kaiko.io/rescript-prelude/lib/ocaml -warn-error +8+11+26+27+33+56 -bs-package-name @kaiko.io/rescript-deser -bs-package-output commonjs:lib/js/$in_d:.js -bs-package-output es6:lib/es6/$in_d:.js -bs-v $g_finger $i
25
+ dyndep = 1
26
+ restat = 1
27
+ o src/JSON.cmj src/JSON.cmi ../es6/src/JSON.js ../js/src/JSON.js : mij src/JSON.ast
@@ -0,0 +1,10 @@
1
+ rescript = 1
2
+ rule cp
3
+ command = cp $i $out
4
+ rule touch
5
+ command = touch $out
6
+ o JSON.cmi : cp ../bs/src/JSON.cmi
7
+ o JSON.cmj : cp ../bs/src/JSON.cmj
8
+ o JSON.cmt : cp ../bs/src/JSON.cmt
9
+ o JSON.res : cp ../../src/JSON.res
10
+ build install.stamp : touch JSON.cmi JSON.cmj
Binary file
Binary file
Binary file
Binary file
File without changes
Binary file
Binary file
Binary file
Binary file
File without changes
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ tests/index.cmj : src/JSON.cmj src/JSON.cmi tests/QUnit.cmj tests/QUnit.cmi