summaryrefslogtreecommitdiff
path: root/.ocamlinit
AgeCommit message (Collapse)Author
2024-10-27T6718: update build system, drop batteries, and adjust for lib changesJohn Estabrook
Update as needed for use with contemporary vyos1x-config: . update build system to use dune . drop use of batteries . update for protoc breaking changes in versions >= 3.0 . remove files now in vyos1x-config (config_tree et. al.; parsing)
2017-04-03T255: Add curly config renderer (#8)Shon Feder
* Add stand-alone config_tree renderer * Add tests for stand-alone config_tree renderer * Add renderer with reference tree * Add tests for Config_tree renderer with reftree * Update config files * Add refactoring functions and correct tests
2017-01-17Remove reference to Shon Feder's homedir. ;)Daniil Baturin
Also, this will work for bare ocaml REPL too, specifically for utop you don't need to load topfind since it does that by default.
2017-01-16Add project .ocamlinit with package dependenciesShon Feder