Skip to content

Commit

Permalink
Update opam file and README
Browse files Browse the repository at this point in the history
  • Loading branch information
astrada committed Jun 24, 2020
1 parent da78a89 commit 707767e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ You need fuse (version 2.7 or greater)

http://www.sourceforge.net/projects/fuse

You also need ocaml >= 3.08 and camlidl >=1.05 (3.07/1.04 won't work,
you need the 1.05 version of camlidl and consequently the 3.08 version
of ocaml).
You also need ocaml >= 4.02.3 and camlidl >= 1.05.

GETTING STARTED

Expand All @@ -45,21 +43,21 @@ prerequisites:

Should be in the major linux distributions, but you can find it at

http://fuse.sourceforge.net
https://fuse.sourceforge.net

You need to install libfuse-dev in debian and ubuntu.
You need to install `libfuse-dev` in debian and ubuntu.

- OCaml >= 3.08
- OCaml >= 4.02.3

Should be there in the major linux distributions, but is also available at

http://caml.inria.fr
https://www.ocaml.org

- CamlIDL >= 1.05

present at least in ubuntu, also available at

http://caml.inria.fr/camlidl
https://github.com/xavierleroy/camlidl

- dune >= 1.6

Expand Down
4 changes: 2 additions & 2 deletions ocamlfuse.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "3.08.0"}
"ocaml" {>= "4.02.3"}
"base-bigarray"
"base-threads"
"base-unix"
"camlidl"
"dune"
"dune-configurator" {< "2.6"}
"dune-configurator"
]
depexts: [
["libfuse-dev"] {os-family = "debian"}
Expand Down

0 comments on commit 707767e

Please sign in to comment.