Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extension library stubs to otherlibs #2403

Merged
merged 14 commits into from
Mar 29, 2024
Prev Previous commit
Next Next commit
Make beta build with makefiles
  • Loading branch information
d-kalinichenko committed Mar 28, 2024
commit c5335276e95a9f9860c6f51e34cc2a3924ebc84e
14 changes: 6 additions & 8 deletions ocaml/otherlibs/beta/.depend
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
beta.cmo : \
float_u.cmi \
beta.cmi
beta.cmx : \
float_u.cmx \
beta.cmi
beta.cmi : \
float_u.cmi
float_u.cmo : \
float_u.cmi
float_u.cmx : \
float_u.cmi
float_u.cmi :
beta_float_u.cmi
beta_float_u.cmo : \
beta_float_u.cmi
beta_float_u.cmx : \
beta_float_u.cmi
beta_float_u.cmi :
2 changes: 1 addition & 1 deletion ocaml/otherlibs/beta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

LIBNAME=beta
CLIBNAME=camlbeta
CAMLOBJS=beta.cmo
CAMLOBJS=beta_float_u.cmo beta.cmo
C_SOURCES=
HEADERS=

Expand Down
2 changes: 1 addition & 1 deletion ocaml/otherlibs/beta/beta.ml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module Float_u = Float_u
module Float_u = Beta_float_u
2 changes: 1 addition & 1 deletion ocaml/otherlibs/beta/beta.mli
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module Float_u = Float_u
module Float_u = Beta_float_u
File renamed without changes.
File renamed without changes.