F* built with dune : new library layout #2833
Closed
tahina-pro
announced in
Announcements
Replies: 1 comment
-
@paracetamolo How does this PR impact your ongoing work on improving integration of libraries developed in F* into OCaml projects? Thanks in advance for your feedback! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I will be merging #2815 soon, some time this week. That PR will build F* with dune instead of ocamlbuild.
In this process, the following changes will mostly impact F* users who compile OCaml code extracted from F* programs:
fstar-lib
,fstar-tactics-lib
andfstar-compiler-lib
will be merged into a single library,fstar.lib
fstar.lib
will be located in$FSTAR_HOME/lib/fstar/lib/fstar_lib.cmx*
instead of$FSTAR_HOME/bin/*.cmx*
, so that you should update yourOCAMLPATH
to$FSTAR_HOME/lib
instead of$FSTAR_HOME/bin
. (If you install F* via opam, you shouldn't need to updateOCAMLPATH
.)lib/fstar
instead ofulib
.Please test the PR with your installations.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions