Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What if I want to use an ocaml library with bs? #5

Open
chenglou opened this issue Mar 1, 2017 · 3 comments
Open

What if I want to use an ocaml library with bs? #5

chenglou opened this issue Mar 1, 2017 · 3 comments

Comments

@chenglou
Copy link
Contributor

chenglou commented Mar 1, 2017

etcetc

@ghost
Copy link

ghost commented Mar 1, 2017

I think the main problem is that quite a few OCaml libraries will have some kind of dependencies on ppx/c_ffi which we do not support yet, which means we cannot easily compile it.

@bobzhang
Copy link
Contributor

bobzhang commented Mar 2, 2017

@dorafmon how is your experience with https://github.com/dorafmon/bscontainers, did you contact with the original author?

@ghost
Copy link

ghost commented Mar 2, 2017

@bobzhang I have not yet, it took me some work to get it compiled but it is not that bad, the compiler can point out where I need to do the change. The library is basically written in vanilla OCaml. I also tried base which is not fine because it requires 4.03 and it uses deriving quite heavily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants