Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ocaml-ptmap
- cat > jbuild << EOF
- (jbuild_version 1)
- (library
- ((name ptmap)
- (public_name ptmap)
- (wrapped false)
- (synopsis "implementation of maps over integers implemented as Patricia trees")))
- EOF
- mv opam ptmap.opam
- jbuilder build
- sudo mkdir -p /opt/ocaml-4.06/lib/site-lib/ptmap
- sudo cp -L -r _build/install/default/lib/ptmap/* /opt/ocaml-4.06/lib/site-lib/ptmap/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement