Skip to content

Commit

Permalink
Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrondin committed Aug 10, 2022
1 parent 4e36e36 commit 37a82a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Setup
From the root of the repo:
```sh
brew install opam llvm # llvm for the linker
brew install opam libomp llvm # llvm for the linker

opam switch create . ocaml-variants.4.13.1+options --no-install
opam install . --deps-only -t
Expand Down
7 changes: 3 additions & 4 deletions strings.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ description: """
"""
license: "MPL-2.0"
tags: []
homepage: "https://github.com/SGrondin/strings"
doc: "https://github.com/SGrondin/strings"
bug-reports: "https://github.com/SGrondin/strings/issues"
homepage: "https://github.com/okTurtles/strings"
doc: "https://github.com/okTurtles/strings"
bug-reports: "https://github.com/okTurtles/strings/issues"
depends: [
"ocaml" { = "4.13.1" }
"ocaml-option-flambda"
Expand All @@ -28,7 +28,6 @@ depends: [
"ppx_deriving"
"ppx_deriving_yojson"
"ppx_gen_rec"
"ppx_blob"
"sedlex"
"stdlib-shims"
"yojson"
Expand Down

0 comments on commit 37a82a8

Please sign in to comment.