Commit Graph

36 Commits

Author SHA1 Message Date
Jeremie Dimino 5f7d1b0285 Fix #1040
Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
2018-07-30 12:52:07 +01:00
Jeremie Dimino 5655c925fc Fix #995
Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
2018-07-11 08:37:20 +01:00
Etienne Millon 1d594ce5a3 Fix typos in source code
Signed-off-by: Etienne Millon <etienne@cryptosense.com>
2018-07-10 13:05:58 +01:00
Etienne Millon 47b4b07c15 Update jbuilder/dune relation
Signed-off-by: Etienne Millon <etienne@cryptosense.com>
2018-07-09 13:33:12 +02:00
Etienne Millon bdd579c985 Rename to dune in README.md
Signed-off-by: Etienne Millon <etienne@cryptosense.com>
2018-07-09 13:33:12 +02:00
Armaël Guéneau c757dff4e2 README: fix typo
Signed-off-by: Armaël Guéneau <armael.gueneau@ens-lyon.fr>
2018-07-05 09:04:50 +01:00
Wilfred Hughes ca424fb3a8 Fix typo
Signed-off-by: Wilfred Hughes <me@wilfred.me.uk>
2018-07-01 15:27:18 +01:00
Rudi Grinberg c07e0655fb Refer to migration page from manual and readme
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2018-06-25 15:54:32 +06:30
Jeremie Dimino edf3270eb0 Update status in readme 2018-03-20 16:28:36 -04:00
Rudi Grinberg 5ab5a09c02 Update status regarding 1.0 2018-03-21 00:09:23 +08:00
Rudi Grinberg 4759ededdf Move hacking to its own page 2018-03-21 00:06:51 +08:00
Rudi Grinberg 8764d57b01 Remove roadmap
The roadmap is constructed from appropriate tagging of github issues
2018-03-21 00:04:47 +08:00
Rudi Grinberg 67d0c03a54 Move FAQ & Known Issues to manual
These sections are valid parts of the manual and just clutter up the current
README
2018-03-20 22:47:36 +08:00
Jeremie Dimino cf2f6c03ba Update README 2018-03-03 10:34:41 +00:00
Jeremie Dimino f19a1d1fc3 jbuilder-universe --> dune-universe 2018-02-02 13:39:42 +00:00
Armaël Guéneau d1286e73ae Fix a couple typos in README.md 2018-02-01 14:05:52 +01:00
Rudi Grinberg eeef5bcbd2 Mention the jbuilder -> dune rename in readme 2018-01-26 15:26:00 +08:00
Rudi Grinberg 58f9e9840c Replace janestreet/jbuilder with ocaml/dune
Update all links where necessary
2018-01-23 17:52:44 +08:00
Jeremie Dimino ae3832ae90 Update travis URLs 2018-01-23 05:23:19 +00:00
Jeremie Dimino 8bcfbe3ba3 again 2018-01-23 05:22:32 +00:00
Jeremie Dimino 039ba3b71f Update AppVeyor URLs 2018-01-23 05:21:42 +00:00
Hao Wu 1c8ca6718c format tweak (#424) 2018-01-18 17:41:12 +00:00
Anil Madhavapeddy 528d8987a5 Add link to jbuilder-universe in the README (#406) 2018-01-12 15:54:59 +00:00
Jeremie Dimino 68ddb1251d Add link to introduction video 2017-11-26 19:12:23 +00:00
Kevin Ji 86e667a1b6 README: Use the SVG Travis badge 2017-10-05 23:59:58 -07:00
Jeremie Dimino af5208416f Simplify overrides in the bootstrap path
- vendored libraries are replaced by files in `vendor/boot`
- files named `XXX.boot.EXT` replace their `XXX.EXT` equivalent

For instance, to build boot.exe, we use `src/glob_lexer.boot.ml`
rather than `src/glob_lexer.ml` (which would be generated from
`src/glob_lexer.mll`).
2017-09-22 01:52:04 +01:00
Daniel Hillerström 267ea46c4d Fixed a typo in the documentation. 2017-08-06 11:04:57 +01:00
Jeremie Dimino edb4b8f73c Add a `make release` target
Should help with #192
2017-07-18 10:17:53 +01:00
Ramana Venkata 5829bdb2fc Use https links for manual (#186) 2017-07-14 12:19:55 +01:00
zapashcanon e71ad02f02 Fix typo 2017-07-01 20:10:47 -04:00
Gabriel Scherer 06a179df99 fix README.md
Two things:
1.  `[relative-path]()` does not work with Github markdown (see: [src/]()), you have to write `[relative-path](relative-path)]` (see: [src/](src/)). (`[relative-path][]` and `<relative-path>` don't work either).
2. places using the org-mode syntax `=foo=` where fixed to use backticks instead
2017-06-29 05:24:57 -04:00
Darin Morrison 8dd66ed3d8 Fix link to example directory (#143) 2017-06-13 17:07:36 +01:00
Jeremie Dimino 1255bd22fc typo 2017-06-05 16:33:09 +01:00
Jeremie Dimino d8be1aa894 Add jbuild.mli 2017-06-02 15:00:50 +01:00
Jeremie Dimino dc43906114 Fix link 2017-06-02 13:55:11 +01:00
Jeremie Dimino b546af25c4 Convert a few files to markdown
Markdown works better with github
2017-06-02 13:54:23 +01:00