Results 66 issues of Fabian

Currently apps can only consist of a single file. It would be convenient if local dependencies of the file (specified by `Project.app ~file`) were also built. The current alternative is...

It's possible to specify several compiler options, such as `#rectypes` and `#warnings` in the toplevel (see `#help`). These should be written to the .ocamlinit file.

There's a extended version of the pcap format, which is also supported by libpcap with a magic value of 0xa1b2cd34. This format is created by some routers when creating a...

enhancement

- Doesn't work on https (running `curl copy.sh` in buildroot): ``` Mixed Content: The page at 'https://copy.sh/v86/?profile=buildroot' was loaded over HTTPS, but requested an insecure resource 'http://copy.sh/'. This request has...

enhancement

## Expected Behavior `dune build @ocaml-index` should work ## Actual Behavior `dune build @ocaml-index` fails with various errors (see below) ## Reproduction 1. `opam source base` 1. `echo '(executable (name...

bug