Skip to content

Instantly share code, notes, and snippets.

@kalbasit
Created November 30, 2018 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalbasit/460238decea1d6ff07b0d05c4fc30ff3 to your computer and use it in GitHub Desktop.
Save kalbasit/460238decea1d6ff07b0d05c4fc30ff3 to your computer and use it in GitHub Desktop.
diff -Naur not-generated/.gitignore generated/.gitignore
--- not-generated/.gitignore 1969-12-31 16:00:00.000000000 -0800
+++ generated/.gitignore 2018-11-30 11:35:52.149183398 -0800
@@ -0,0 +1,27 @@
+*.annot
+*.cmo
+*.cma
+*.cmi
+*.a
+*.o
+*.cmx
+*.cmxs
+*.cmxa
+
+# ocamlbuild working directory
+_build/
+
+# ocamlbuild targets
+*.byte
+*.native
+
+# oasis generated files
+setup.data
+setup.log
+
+* emacs generated backups
+*~
+
+# dune generated files
+*.merlin
+*.install
diff -Naur not-generated/opti.opam generated/opti.opam
--- not-generated/opti.opam 2018-11-25 00:08:19.000000000 -0800
+++ generated/opti.opam 2018-11-30 11:35:52.151183390 -0800
@@ -1,4 +1,3 @@
-version: "1.0.3"
opam-version: "2.0"
synopsis: "DSL to generate fast incremental C code from declarative specifications"
description: "Generate C code to incrementally compute sums, products and other expressions, without recomputing them from scratch every time."
@@ -16,4 +15,4 @@
build: [
["dune" "build" "-p" "opti" "-j" jobs]
["dune" "runtest" "-p" "opti" "-j" jobs] {with-test}
-]
\ No newline at end of file
+]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment