fan
                                
                                
                                
                                    fan copied to clipboard
                            
                            
                            
                        Provide opam package
Provide opam package to make it easier to experiment with the language.
Hi, do you have any problem installing fan? There is no external dependency (and will not be) except the OCaml distribution. I did not make an opam repo since its API may change from time to time, but I am happy to accept a pull request.
Take a look at the Makefile, it seems you only need to factor out
make world to make build and make install?
Thanks!