#
dune
Here are 89 public repositories matching this topic...
ftalbrecht
commented
May 9, 2022
- One needs to call
make templateormake docker_template, in order to update the.ci/gitlab/ci.ymlfile after editing the.envfile. - For
make templateto work in a virtualenv withpip install -r requirements-ci.txtinstalled, thedependencies.pyneeds to containpython-dotenvandpython-gitlabin theci_requireslist.
Nice parsers in OCaml without the boilerplate
-
Updated
Sep 15, 2021 - OCaml
evgeniysergeev
commented
Jun 6, 2022
There no "Fog of war" in original game, make it disabled by default, like for "Single selection" which is enabled by default like in original
Binding to Cairo, a 2D Vector Graphics Library.
-
Updated
May 22, 2022 - OCaml
A simple API which provides you with book, character, movie and quotes JSON data
-
Updated
Jul 10, 2022 - JavaScript
Cryo DUNE reverse engineering and reimplementation in java.
-
Updated
Jul 13, 2022 - Kotlin
Interpreter of the ITGL with dynamic type inference
-
Updated
Apr 8, 2022 - OCaml
OCaml Ctypes stubs generation notes
-
Updated
May 1, 2019 - OCaml
An overly elaborate example of building a ‘Hello World’ package with Nix flakes, OCaml, and Dune
-
Updated
Jul 10, 2022 - Nix
CorrinoeEngine is an open-source project which will recreate the Emperor : Battle for Dune
-
Updated
Jan 22, 2022 - C#
Open
Themes
3
jottenlips
commented
Sep 28, 2020
create a bunch of decent CSS markdown themes
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
My solutions to ProjectEuler problems in OCaml. Don't spoil yourself, please!
-
Updated
May 30, 2022 - OCaml
puck is a opinionated and minimal zsh prompt with git support
-
Updated
Jul 6, 2020 - OCaml
Spatial bio-chemical reaction model editor and simulator
-
Updated
Jul 11, 2022 - C++
A template repo demonstrating OCaml tooling and testing
-
Updated
Jun 21, 2020 - OCaml
Passive mirror of https://zivgitlab.uni-muenster.de/ag-ohlberger/dune-community/dune-gdt
-
Updated
May 31, 2022 - C++
Fast forward solver for EIT
-
Updated
Dec 5, 2019 - C++
Automatic coloring and shading of Dune coloring book using manga-style lineart model from deepcolor. Makes use of Tensorflow + cGANs
-
Updated
Mar 25, 2019 - Python
Android treachery tracker companion for the Dune Boardgame
-
Updated
Dec 11, 2020 - Kotlin
Improve this page
Add a description, image, and links to the dune topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dune topic, visit your repo's landing page and select "manage topics."
Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.
Currently, the only workaround is to run dune with
-j 1 --no-bufferwhich is not ideal since it completely disables parallelism and also require a specific dune invocation.Another ide