File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
_opam
2
2
_build
3
- base
Original file line number Diff line number Diff line change 1
1
[submodule "eio "]
2
2
path = eio
3
3
url = https://github.com/ocaml-multicore/eio
4
+ [submodule "gemini-eio "]
5
+ path = gemini-eio
6
+ url = https://gitlab.com/talex5/gemini-eio
Original file line number Diff line number Diff line change @@ -37,12 +37,16 @@ pin-depends: [
37
37
"uutf" "git+https://github.com/patricoferris/uutf#5.00"
38
38
# New, immutable Ephemerons
39
39
"sexplib0" "git+https://github.com/patricoferris/sexplib0#5.00"
40
+ # Obj.Ext...
41
+ "sexplib" "git+https://github.com/patricoferris/sexplib#5.00"
42
+ # Needed because I did the changes to sexplib off of the main branch...
43
+ "ppx_sexp_conv" "git+https://github.com/janestreet/ppx_sexp_conv"
40
44
# Format changes are fixed but unreleased, disable warnings
41
45
"notty" "git+https://github.com/patricoferris/notty#5.00"
42
46
# String.uppercase
43
47
"lwt.5.5.0" "git+https://github.com/patricoferris/lwt#5.00"
44
- # Attempted port to 5.0.0 -- also needs to be < 2 for ppx_cstruct (?)
45
- "ocaml-migrate-parsetree.1.8.0" "git+https://github.com/patricoferris/ocaml-migrate-parsetree#5.00"
46
48
# A quick few fixes, probably not was going to happen upstream
47
49
"base" "git+https://github.com/patricoferris/base#5.00"
50
+ # Thanks to @pitag-ha :))
51
+ "ppxlib" "git+https://github.com/pitag-ha/ppxlib#add-temporary-5.0-support"
48
52
]
Original file line number Diff line number Diff line change
1
+ (subdir gemini-eio (data_only_dirs eio))
You can’t perform that action at this time.
0 commit comments