Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Feser committed Jan 21, 2020
1 parent 65907e5 commit 2c6c3fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1 (2020-01-21)

Update version of Core and Dune.

## 2.0 (2019-02-01)

Initial release.
3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
(lang dune 2.0)
(name l2)
(version 2.1)
(source (github jfeser/l2))
(documentation http://jfeser.github.io/L2/)
(license Apache2.0)
(authors "Jack Feser <[email protected]>")
(maintainers "Jack Feser <[email protected]>")

(package
(name l2)
(synopsis "Enumerative program synthesizer")
(description "λ² is a tool for synthesizing functional programs from input-output examples.")
(depends
(ocaml (>= 4.08))
(dune (>= 2))
Expand Down
4 changes: 4 additions & 0 deletions l2.opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1"
synopsis: "Enumerative program synthesizer"
description:
"λ² is a tool for synthesizing functional programs from input-output examples."
maintainer: ["Jack Feser <[email protected]>"]
authors: ["Jack Feser <[email protected]>"]
license: "Apache2.0"
homepage: "https://github.com/jfeser/l2"
doc: "http://jfeser.github.io/L2/"
bug-reports: "https://github.com/jfeser/l2/issues"
depends: [
"ocaml" {>= "4.08"}
Expand Down

0 comments on commit 2c6c3fe

Please sign in to comment.