Ashish Agarwal
Ashish Agarwal
The [tarball](http://zurb.com/playground/uploads/upload/upload/288/foundation-icons.zip) provided has an extraneous __MACOSX directory. It usually doesn't matter, but ends up causing problems in some scripts.
Haxe is on the the Success Stories page, but its description is minimal. I think it would make sense to list the Haxe Foundation on the Companies page. _Companies_ doesn't...
I'm passing a config file like this to `ocsigenserver` ```xml ...
There is just one sentence explaining these targets, and it only says what `.itarget` is for, not `.otarget`. Confusingly, these extensions are used in the example explaining dynamic dependencies. So...
Say I want this: ``` ocaml $ cat my_build_lib.ml let x = 42 $ cat myocamlbuild.ml let x = My_build_lib.x ``` Now, how can I compile the plugin?
``` $ cat myocamlbuild.ml let x = 42 $ ocamlbuild -just-plugin -plugin-tag "package(opam-lib)" Warning: tag "package" does not expect a parameter, but is used with parameter "opam-lib" Finished, 1 target...
I'm writing a rule like this: ``` ocaml rule ".merlin" ~prod:".merlin" (fun env _ -> Echo (["S ./src/**"], ".merlin")) ``` which produces the file `_build/.merlin`, but we want `.merlin` in...
Within `myocamlbuild.ml`, how can I apply some tags to files matching a filter. I know the recommended way of doing this is to define an `_tags` file, but I don't...
Minor suggestions to avoid users going on a wild goose chase: - [ ] Right now this project is marked as being a fork of jaked/deriving. As resolved in #5,...
At the minimum, we need the following: - Each module should have a high level description of what the module is about. - Each function and type should be described....