Skip to content

Commit

Permalink
remove odoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Namdak Tonpa committed Jul 5, 2021
1 parent f76e49d commit bb2d850
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FLAGS = -use-menhir -yaccflag "--explain"
OPTFLAGS = -classic-display -ocamlopt "ocamlopt -O3"
OPTFLAGS = -classic-display -ocamlopt "ocamlopt -O3"

default: native

Expand Down
11 changes: 6 additions & 5 deletions anders.opam
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
opam-version: "2.0"
name: "anders"
version: "0.7"
version: "0.7.1"
maintainer: "Namdak Tonpa <maxim@synrc.com>"
authors: ["Groupoid Infinity"]
authors: [
"Namdak Tonpa @5HT"
"Siegmentation Fault @siegment"
]
homepage: "https://groupoid.space/homotopy/"
bug-reports: "https://github.com/groupoid/anders/issues"
dev-repo: "git+https://github.com/groupoid/anders"
synopsis: "CCHM homotopy system type checker based on Mini-TT for OCaml"
license: "ISC"
depends: [
"dune" {>= "2.0"}
"ocaml" {>= "4.02.0"}
"ocaml" {>= "4.10.0"}
"menhir" {>= "2.0"}
"odoc" {with-doc}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc}
]
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(env (dev (flags (:standard -warn-error -A))))
(ocamllex lexer)
(menhir (modules parser))
(executable (name anders))
(executable (name anders) (package anders) (public_name anders))
(documentation (package anders))

0 comments on commit bb2d850

Please sign in to comment.