Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
ocaml-fmt
ocaml-fmt.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ocaml-fmt.patch of Package ocaml-fmt
--- /dev/null +++ b/dune-project @@ -0,0 +1,2 @@ +(lang dune 1.0) +(name fmt) --- /dev/null +++ b/src/dune @@ -0,0 +1,30 @@ +(library + (name fmt) + (public_name fmt) + (libraries result) + (modules fmt) + (flags :standard -w -3-6-27-34-50) + (wrapped false)) + +(library + (name fmt_tty) + (public_name fmt.tty) + (libraries unix fmt) + (modules fmt_tty) + (flags :standard -w -3-6-27) + (wrapped false)) + +(library + (name fmt_cli) + (public_name fmt.cli) + (libraries fmt cmdliner) + (modules fmt_cli) + (flags :standard -w -3-6-27) + (wrapped false)) + +(library + (name fmt_top) + (public_name fmt.top) + (libraries compiler-libs.toplevel fmt) + (modules fmt_top) + (wrapped false))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor