We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 663cfbd + 759426d commit e38ca18Copy full SHA for e38ca18
packages/globlon/globlon.1.0/opam
@@ -10,6 +10,7 @@ homepage: "https://github.com/bleepbloopsify/globlon"
10
bug-reports: "https://github.com/bleepbloopsify/globlon/issues"
11
depends: [
12
"dune" {>= "2.8"}
13
+ "ocaml"
14
"odoc" {with-doc}
15
]
16
build: [
@@ -26,6 +27,7 @@ build: [
26
27
"@doc" {with-doc}
28
29
30
+available: os != "win32"
31
dev-repo: "git+https://github.com/bleepbloopsify/globlon.git"
32
url {
33
src: "https://github.com/bleepbloopsify/globlon/archive/1.0.tar.gz"
0 commit comments