Skip to content

Commit

Permalink
Update package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gbdrt committed Jan 8, 2021
1 parent 4886d21 commit 9e71a3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Continuous-time models are simulated using an off-the-shelf numerical solver (he
The easiest way to install Zelus is via [Opam](https://opam.ocaml.org/), the OCaml package manager.

```
opam install .
opam install zelus
```

You can then test your installation with:
Expand All @@ -34,10 +34,10 @@ Some examples also depend on lablgtk (which requires gtk2.0)
opam install sundialsml lablgtk
```

You can then reinstall zelus
You can then reinstall zelus and the zelus-gtk library

```
opam reinstall zelus
opam reinstall zelus zelus-gtk
```


Expand Down
4 changes: 2 additions & 2 deletions zelus-gtk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ homepage: "http://zelus.di.ens.fr"
doc: "http://zelus.di.ens.fr/man/"
bug-reports: "https://gitlab.inria.fr/parkas/zelus/-/issues"
depends: [
"zelus"
"zelus" "lablgtk"
]
depopts: ["lablgtk" "glmlite"]
depopts: ["glmlite"]
build: [
["dune" "subst"] {pinned}
[
Expand Down

0 comments on commit 9e71a3f

Please sign in to comment.