mp2i-info / mp2i-library-ocaml

Algorithmes et structures de données de MP2I, en OCaml

Home Page:https://fortierq.github.io/mp2i-library/mp2i/Mp2i/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation et utilisation

Se placer dans le dossier src. Puis :

  • Si besoin, créer un switch : opam switch create . --deps-only ocaml-base-compiler.4.14.0; eval $(opam env)
  • Installer les dépendances : opam install .; eval $(opam env)
  • Lancer un toplevel : dune utop
  • Lancer les tests : dune test

About

Algorithmes et structures de données de MP2I, en OCaml

https://fortierq.github.io/mp2i-library/mp2i/Mp2i/index.html


Languages

Language:OCaml 97.9%Language:Makefile 2.1%