-
Notifications
You must be signed in to change notification settings - Fork 1
/
strings.opam
42 lines (38 loc) · 1 KB
/
strings.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
opam-version: "2.0"
maintainer: "Simon Grondin"
authors: [
"Simon Grondin"
]
synopsis: "Extract Strings"
description: """
"""
license: "MPL-2.0"
tags: []
homepage: "https://github.com/okTurtles/strings"
doc: "https://github.com/okTurtles/strings"
bug-reports: "https://github.com/okTurtles/strings/issues"
pin-depends: [
[ "angstrom-eio.0.15.0.custom" "git+https://github.com/SGrondin/angstrom.git#1a961940ffb746379b4bdc648bc194501b65348a" ]
[ "angstrom.0.15.0.custom" "git+https://github.com/SGrondin/angstrom.git#1a961940ffb746379b4bdc648bc194501b65348a" ]
]
depends: [
"ocaml" { = "5.1.1" }
"ocaml-option-flambda"
"dune" { >= "2.8.0"}
"ocamlformat" { = "0.25.1" & with-test }
"ocaml-lsp-server" { with-test }
"eio_main" { = "1.0" }
"angstrom" { = "0.15.0.custom" }
"angstrom-eio" { = "0.15.0.custom" }
"core" { >= "v0.16.0" }
"core_unix" { >= "v0.16.0" }
"ppx_deriving"
"ppx_deriving_yojson"
"ppx_gen_rec"
"sedlex"
"stdlib-shims"
"yojson"
"uuidm"
"wtf8"
"SZXX" { >= "4.1.0" }
]