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.
1 parent 83b9614 commit 9db2e4dCopy full SHA for 9db2e4d
Makefile
@@ -1,3 +1,5 @@
1
+BUILDFLAGS:="-plugin-tags 'package(camlp-streams)'"
2
+
3
# OASIS_START
4
# DO NOT EDIT (digest: a3c674b4239234cbbe53afe090018954)
5
setup.ml
@@ -1,3 +1,8 @@
+(* manual quick-fix until oasis is updated for OCaml 5 *)
+#use "topfind";;
+#require "camlp-streams";;
+module Pervasives = Stdlib
6
(* setup.ml generated for the first time by OASIS v0.4.6 *)
7
8
(* OASIS_START *)
0 commit comments