Skip to content

Commit

Permalink
cleaning up dune-project
Browse files Browse the repository at this point in the history
  • Loading branch information
backtracking committed Jan 28, 2024
1 parent f242e32 commit 46daf7b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,21 +1,2 @@
(lang dune 2.7)

(name hashcons)

(license LGPL-2.1)
(maintainers "Jean-Christophe Filliatre <[email protected]>")
(authors "Jean-Christophe Filliatre <[email protected]>")

(source (github backtracking/ocaml-hashcons))

(generate_opam_files true)

(package
(name hashcons)
(synopsis "OCaml hash-consing library")
(description "The technique is described in this paper:
*Sylvain Conchon and Jean-Christophe Filliâtre.* Type-Safe Modular Hash-Consing.
In ACM SIGPLAN Workshop on ML, Portland, Oregon, September 2006.
The PDF is available at
<https://www.lri.fr/~filliatr/ftp/publis/hash-consing2.pdf>")
(depends (ocaml (>= 4.06))))

0 comments on commit 46daf7b

Please sign in to comment.