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

correct dev-repo link, switch to dune, fix warnings #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions Makefile

This file was deleted.

34 changes: 0 additions & 34 deletions _oasis

This file was deleted.

42 changes: 0 additions & 42 deletions _tags

This file was deleted.

27 changes: 0 additions & 27 deletions configure

This file was deleted.

1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(lang dune 2.9)
12 changes: 0 additions & 12 deletions example/META

This file was deleted.

3 changes: 3 additions & 0 deletions example/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(executable
(name main)
(libraries glicko2))
3 changes: 0 additions & 3 deletions example/main.ml
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
open Functor
open Low_level
open Single_game
2 changes: 1 addition & 1 deletion opam → glicko2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: ["Bruce Ricard <[email protected]>" "Jesper Louis Andersen <jesper.
homepage: "https://github.com/bruce-ricard/glicko2"
bug-reports: "https://github.com/bruce-ricard/glicko2/issues"
license: "GNU GPLv2"
dev-repo: "git@github.com:bruce-ricard/glicko2.git"
dev-repo: "git+https://github.com/bruce-ricard/glicko2.git"
build: [make]
install: [make "install"]
build-test : [
Expand Down
Loading