tangled
alpha
login
or
join now
anil.recoil.org
/
unpac-unpac
0
fork
atom
The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork
atom
overview
issues
pulls
pipelines
Add bigarray-compat on bigstringaf dune file
dinosaure.tngl.sh
6 years ago
c4acd25a
14b79233
+1
-1
1 changed file
expand all
collapse all
unified
split
vendor
opam
bigstringaf
lib
dune
+1
-1
vendor/opam/bigstringaf/lib/dune
···
1
1
(library
2
2
(name bigstringaf)
3
3
(public_name bigstringaf)
4
4
-
(libraries bigarray)
4
4
+
(libraries bigarray-compat)
5
5
(flags (:standard -safe-string))
6
6
7
7
(c_names bigstringaf_stubs)