Skip to content

Commit

Permalink
Create OPAM config.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyob committed Jul 4, 2020
1 parent 2c6b4d1 commit 30936b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ocaml_raytracer.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
opam-version: "2.0"
name: "ocaml_raytracer"
version: "0.1"
depends: [ "ocaml" "base" "stdio"]
build: [
["./configure" "--prefix=%{prefix}%"]
[make]
]
install: [make "install"]

0 comments on commit 30936b2

Please sign in to comment.