package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.9.0.tbz
sha256=bb217cfb17e893a0b1eb002ac83c14f96adc9d0703cb51ff34ed3ef5a639a41e
sha512=fcd8bc3ea7e9a14e6787a3b0384a488e45fa51e164a175ad1b147bebb3fbcccfd8f321b9b6a7665ac3dafeb18a2a6f8626d182af3b1796691f6ed79c166a5f44

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 01 Jul 2021

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.0"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk >= "1.4.0" & < "2.0.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. advi
  18. afl-persistent >= "1.4"
  19. agrid
  20. ahrocksdb
  21. aifad >= "2.2.1"
  22. alba >= "0.4.1"
  23. albatross
  24. alcotest >= "0.8.5" & < "1.7.0"
  25. alcotest-async >= "0.8.5" & < "1.7.0"
  26. alcotest-js < "1.7.0"
  27. alcotest-lwt >= "0.8.5" & < "1.7.0"
  28. alcotest-mirage < "1.7.0"
  29. alg_structs
  30. alg_structs_qcheck
  31. algaeff
  32. alonzo
  33. alsa >= "0.3.0"
  34. alt-ergo >= "2.3.0" & < "2.4.3"
  35. alt-ergo-free >= "2.3.3"
  36. alt-ergo-lib < "2.4.3"
  37. alt-ergo-lib-free
  38. alt-ergo-parsers < "2.4.3"
  39. alt-ergo-parsers-free
  40. altgr-ergo >= "2.3.0" & < "2.4.3"
  41. amqp-client >= "2.0.3"
  42. amqp-client-async >= "2.0.3"
  43. amqp-client-lwt >= "2.0.3"
  44. anders
  45. angstrom >= "0.11.1"
  46. angstrom-async >= "0.11.1"
  47. angstrom-lwt-unix >= "0.11.1"
  48. angstrom-unix >= "0.11.1"
  49. ansi < "0.6.0"
  50. ansi-parse >= "0.4.0"
  51. anthill
  52. ao >= "0.2.2"
  53. api-watch
  54. apronext
  55. archetype
  56. archi
  57. archi-async
  58. archi-lwt
  59. arg-complete
  60. argon2 >= "1.0.0"
  61. arp >= "1.0.0"
  62. arp-mirage
  63. art
  64. asak
  65. ask
  66. ask-integrator
  67. asli >= "0.2.0"
  68. asn1-combinators >= "0.2.2"
  69. async >= "v0.12.0" & < "v0.17.0"
  70. async-uri < "0.4.0"
  71. async_durable >= "v0.12.0" & < "v0.17.0"
  72. async_extra >= "v0.12.0" & < "v0.17.0"
  73. async_find >= "v0.12.0" & < "v0.17.0"
  74. async_graphics >= "0.7.0"
  75. async_inotify >= "v0.12.0" & < "v0.17.0"
  76. async_interactive >= "v0.12.0" & < "v0.17.0"
  77. async_js >= "v0.12.0" & < "v0.17.0"
  78. async_kernel >= "v0.12.0" & < "v0.17.0"
  79. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  80. async_rpc_websocket < "v0.17.0"
  81. async_sendfile >= "v0.12.0" & < "v0.17.0"
  82. async_shell >= "v0.12.0" & < "v0.17.0"
  83. async_smtp >= "v0.12.0" & < "v0.17.0"
  84. async_ssl >= "v0.12.0" & < "v0.17.0"
  85. async_udp < "v0.17.0"
  86. async_unix >= "v0.12.0" & < "v0.17.0"
  87. async_websocket < "v0.17.0"
  88. atable
  89. atd >= "2.2.1"
  90. atdd
  91. atdgen >= "2.2.1"
  92. atdgen-codec-runtime
  93. atdgen-runtime >= "2.2.1"
  94. atdj >= "2.2.1" & < "20151001.01"
  95. atdpy
  96. atds
  97. atdts
  98. atomic < "base"
  99. autofonce
  100. autofonce_config
  101. autofonce_core
  102. autofonce_lib
  103. autofonce_m4
  104. autofonce_misc
  105. autofonce_patch
  106. autofonce_share
  107. avro
  108. avro-compiler
  109. awa
  110. awa-lwt
  111. awa-mirage
  112. aws >= "1.2"
  113. aws-async
  114. aws-autoscaling >= "1.2"
  115. aws-cloudformation >= "1.2"
  116. aws-cloudtrail >= "1.2"
  117. aws-cloudwatch
  118. aws-ec2 >= "1.2"
  119. aws-elasticache
  120. aws-elasticloadbalancing >= "1.2"
  121. aws-lwt
  122. aws-rds
  123. aws-route53
  124. aws-s3 >= "4.0.0"
  125. aws-s3-async >= "4.0.0"
  126. aws-s3-lwt >= "4.0.0"
  127. aws-sdb >= "1.2"
  128. aws-sqs
  129. aws-ssm >= "1.2"
  130. aws-sts >= "1.2"
  131. azblob
  132. azblob-async
  133. azure-cosmos-db
  134. babel < "v0.17.0"
  135. bag
  136. bare_encoding
  137. bark
  138. base >= "v0.12.0" & < "v0.17.0"
  139. base32
  140. base64 >= "2.3.0"
  141. base_bigstring < "v0.17.0"
  142. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  143. base_trie < "v0.17.0"
  144. bastet
  145. bastet_async
  146. bastet_lwt
  147. batch_jaro_winkler
  148. batsat
  149. batteries >= "3.7.1"
  150. bddrand
  151. bech32
  152. bechamel
  153. bechamel-js
  154. bechamel-notty
  155. bechamel-perf
  156. beluga = "1.0"
  157. benchmark >= "1.6"
  158. benchpress
  159. benchpress-server
  160. bencode >= "2.0"
  161. bentov
  162. bheap >= "2.0.0"
  163. bidirectional_map < "v0.17.0"
  164. bigarray-compat
  165. bigarray-overlap
  166. bigdecimal < "v0.17.0"
  167. bignum >= "v0.12.0" & < "v0.17.0"
  168. bigstring >= "0.3"
  169. bigstring-unix >= "0.3"
  170. bigstringaf >= "0.5.0" & < "0.9.1"
  171. bimage
  172. bimage-display
  173. bimage-gtk
  174. bimage-io
  175. bimage-lwt
  176. bimage-sdl
  177. bimage-unix
  178. bimap
  179. bin_prot >= "v0.12.0" & < "v0.17.0"
  180. binaryen != "0.3.0" & < "0.11.0"
  181. binaryen_dsl
  182. bindlib >= "6.0.0"
  183. biniou >= "1.2.1"
  184. binning
  185. binsec >= "0.4.0" & < "0.5.0"
  186. bio_io < "0.5.1"
  187. biocaml >= "0.9.0"
  188. biotk < "0.3"
  189. bisect_ppx >= "1.4.0" & < "2.8.3"
  190. bistro >= "0.5.0"
  191. bistro-bio
  192. bitcoin >= "3.0"
  193. bitcoin-cohttp-async
  194. bitcoin-cohttp-lwt
  195. bitcoin-ocurl
  196. bitcoinml >= "0.4.1"
  197. bitlib
  198. bitmasks >= "1.2.0"
  199. bitpack_serializer
  200. bitstring >= "3.1.1"
  201. bitv >= "1.4"
  202. bitwuzla
  203. bitwuzla-bin < "1.0.0"
  204. bitwuzla-c
  205. bjack >= "0.1.6"
  206. blake2 >= "0.3"
  207. blake3
  208. bloomf
  209. bls12-381 < "6.0.1"
  210. bls12-381-gen
  211. bls12-381-hash
  212. bls12-381-js
  213. bls12-381-js-gen
  214. bls12-381-legacy
  215. bls12-381-signature
  216. bls12-381-unix
  217. bnfgen
  218. bogue
  219. boltzgen
  220. bonsai < "v0.17.0"
  221. box
  222. brr-lwd
  223. bson2
  224. bst >= "6.0.0"
  225. buffer-pool
  226. build_path_prefix_map >= "0.3"
  227. builder
  228. builder-web
  229. bun >= "0.3.4"
  230. bwd
  231. bwrap
  232. bytearray >= "1.0.1"
  233. bytebuffer
  234. bytepdf
  235. bz2
  236. ca-certs
  237. ca-certs-nss
  238. cactus
  239. cairn
  240. cairo2 >= "0.6"
  241. cairo2-gtk
  242. cairo2-pango
  243. caisar < "0.2.1"
  244. caisar-ir
  245. caisar-nnet
  246. caisar-onnx < "0.2"
  247. caisar-ovo
  248. caisar-xgboost
  249. calculon >= "0.4"
  250. calculon-redis
  251. calculon-redis-lib
  252. calculon-web >= "0.4"
  253. caldav < "0.2.2"
  254. calendar >= "3.0.0"
  255. calendars
  256. calipso
  257. calli
  258. callipyge >= "0.2"
  259. camelot
  260. camels
  261. camelsnakekebab
  262. camlimages >= "5.0.2" & < "5.0.5"
  263. camlix
  264. camlon >= "3.0.0"
  265. camlp-streams
  266. camlrack
  267. camltc >= "0.9.8"
  268. camomile = "1.0.2"
  269. camyll
  270. canary
  271. capnp >= "3.3.0"
  272. capnp-rpc >= "0.3.2" & < "1.2.3"
  273. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  274. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  275. capnp-rpc-net < "1.2.3"
  276. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  277. caqti >= "1.0.0" & < "2.1.1"
  278. caqti-async >= "1.0.0" & < "2.1.1"
  279. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  280. caqti-driver-pgx < "2.1.1"
  281. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  282. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  283. caqti-dynload >= "1.0.0"
  284. caqti-eio < "2.1.1"
  285. caqti-lwt >= "1.0.0" & < "2.1.1"
  286. caqti-mirage < "2.1.1"
  287. caqti-type-calendar >= "1.0.0"
  288. carray
  289. carton
  290. carton-git
  291. carton-lwt
  292. catala < "0.8.0"
  293. catapult
  294. catapult-client
  295. catapult-daemon
  296. catapult-file
  297. catapult-sqlite
  298. cbor >= "0.3"
  299. ccbg
  300. cconv >= "0.5"
  301. cconv-ppx
  302. cdb
  303. cdrom >= "0.9.4"
  304. ceph
  305. certify >= "0.3.0"
  306. cf < "0.5.0"
  307. cf-lwt
  308. cfg >= "2.2.0"
  309. cfml
  310. cfstream >= "1.3.1"
  311. chacha
  312. chamelon
  313. chamelon-unix
  314. charInfo_width
  315. charrua
  316. charrua-client >= "0.11.2"
  317. charrua-client-lwt >= "0.11.2"
  318. charrua-client-mirage >= "0.11.2"
  319. charrua-core >= "0.11.2"
  320. charrua-server
  321. charrua-unix >= "0.11.2"
  322. charset
  323. chartjs
  324. chartjs-annotation
  325. chartjs-colorschemes
  326. chartjs-datalabels
  327. chartjs-streaming
  328. chase
  329. checkseum = "0.0.3" | >= "0.2.1"
  330. choice >= "0.4"
  331. cinaps >= "v0.12.0"
  332. clangml >= "4.0.0" & < "4.8.0"
  333. clangml-transforms >= "0.24"
  334. clap
  335. clarity >= "0.4.0"
  336. clarity-lang
  337. class_group_vdf != "0.0.4"
  338. clim
  339. clim-ppx
  340. clp_operations
  341. clz
  342. cmarker
  343. cmdliner-stdlib
  344. cmon
  345. codept >= "0.10.3"
  346. cohttp >= "1.1.1" & < "6.0.0~alpha1"
  347. cohttp-async >= "1.1.1" & < "6.0.0~alpha1"
  348. cohttp-curl < "6.0.0~alpha1"
  349. cohttp-curl-async < "6.0.0~alpha1"
  350. cohttp-curl-lwt < "6.0.0~alpha1"
  351. cohttp-eio < "6.0.0~alpha1"
  352. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha1"
  353. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha1"
  354. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha1"
  355. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha1"
  356. cohttp-server-lwt-unix < "6.0.0~alpha1"
  357. cohttp-top >= "1.1.1" & < "6.0.0~alpha1"
  358. cohttp_async_websocket < "v0.17.0"
  359. cohttp_static_handler < "v0.17.0"
  360. coin >= "0.1.1"
  361. colombe
  362. color >= "0.2.0"
  363. color-brewery
  364. combinat
  365. comby
  366. comby-kernel
  367. comby-semantic
  368. command_rpc >= "v0.12.0" & < "v0.17.0"
  369. conan
  370. conan-cli
  371. conan-database
  372. conan-lwt
  373. conan-unix
  374. conduit >= "1.3.0"
  375. conduit-async >= "1.3.0"
  376. conduit-lwt >= "1.3.0"
  377. conduit-lwt-unix >= "1.3.0"
  378. conduit-mirage
  379. conex >= "0.10.0"
  380. conex-mirage-crypto
  381. conex-nocrypto
  382. confero
  383. config-file >= "1.2.1"
  384. conformist
  385. containers >= "2.4" & < "3.14"
  386. containers-data < "3.14"
  387. containers-thread
  388. content_security_policy < "v0.17.0"
  389. cookie
  390. cookies
  391. coq >= "8.14.0" & < "8.20.0"
  392. coq-core < "8.20.0"
  393. coq-of-ocaml >= "2.4.1"
  394. coq-serapi >= "8.9.0+0.6.0" & < "8.20.0+0.20.0"
  395. coq-stdlib < "8.20.0"
  396. coqide >= "8.14.0" & < "8.20.0"
  397. coqide-server < "8.20.0"
  398. core >= "v0.12.0" & < "v0.17.0"
  399. core-and-more
  400. core_bench >= "v0.12.0" & < "v0.17.0"
  401. core_compat
  402. core_extended >= "v0.12.0" & < "v0.17.0"
  403. core_kernel >= "v0.12.3" & < "v0.17.0"
  404. core_profiler >= "v0.12.0" & < "v0.17.0"
  405. core_unix < "v0.17.0"
  406. cosovo
  407. cow = "2.4.0"
  408. cowabloga >= "0.5.0"
  409. cpm >= "5.0.0"
  410. cppo >= "1.6.6"
  411. cppo_ocamlbuild >= "1.6.6"
  412. cps_toolbox < "0.3"
  413. cpu
  414. cpuid >= "0.1.2"
  415. crc >= "2.1.0"
  416. crlibm >= "0.3"
  417. crontab
  418. crowbar >= "0.2"
  419. crunch >= "2.2.0"
  420. cry >= "0.6.5"
  421. cryptokit >= "1.16.1"
  422. csexp < "1.5.2"
  423. css
  424. css-parser
  425. cstruct >= "3.3.0"
  426. cstruct-async >= "3.3.0"
  427. cstruct-lwt >= "3.3.0"
  428. cstruct-sexp
  429. cstruct-unix >= "3.3.0"
  430. csv >= "2.2"
  431. csv-lwt >= "2.1"
  432. csvfields >= "v0.12.0" & < "v0.17.0"
  433. csvtool
  434. ctoxml
  435. ctypes >= "0.21.1"
  436. ctypes-foreign >= "0.21.1"
  437. ctypes-zarith
  438. ctypes_stubs_js
  439. cudf >= "0.10"
  440. cuid >= "0.2"
  441. cumulus
  442. curly >= "0.2.0"
  443. current < "0.6.4"
  444. current-albatross-deployer
  445. current-web-pipelines
  446. current_ansi
  447. current_docker < "0.6.4"
  448. current_examples < "0.6.4"
  449. current_git < "0.6.4"
  450. current_github < "0.6.4"
  451. current_gitlab < "0.6.4"
  452. current_incr
  453. current_ocluster < "0.2"
  454. current_rpc < "0.6.4"
  455. current_slack < "0.6.4"
  456. current_web < "0.6.4"
  457. curses >= "1.0.9"
  458. curve-sampling
  459. cviode
  460. cwe_checker
  461. DrawGrammar >= "0.2.2"
  462. daft >= "0.0.4"
  463. dap
  464. data-encoding < "1.0.0"
  465. dataframe
  466. datakit >= "0.12.2"
  467. datakit-bridge-github >= "0.12.2"
  468. datakit-bridge-local-git >= "0.12.2"
  469. datakit-ci >= "0.12.2"
  470. datakit-client >= "0.12.2"
  471. datakit-client-9p >= "0.12.2"
  472. datakit-client-git >= "0.12.2"
  473. datakit-github >= "0.12.2"
  474. datakit-server >= "0.12.2"
  475. datakit-server-9p >= "0.12.2"
  476. datalog >= "0.6"
  477. dates_calc < "0.0.7"
  478. daypack-lib
  479. dbf < "0.1.1"
  480. dblp
  481. dblp-api
  482. debian-formats >= "0.1.2"
  483. decimal
  484. decoders >= "0.1.2" & < "1.0.0"
  485. decoders-bencode < "1.0.0"
  486. decoders-cbor < "1.0.0"
  487. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  488. decoders-jsonm < "1.0.0"
  489. decoders-msgpck < "1.0.0"
  490. decoders-sexplib < "1.0.0"
  491. decoders-yojson >= "0.1.2" & < "1.0.0"
  492. decompress >= "0.8.1"
  493. dedent < "v0.17.0"
  494. dedukti >= "2.7"
  495. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  496. depyt >= "0.3.0"
  497. devkit >= "1.0"
  498. diet >= "0.2"
  499. diffable
  500. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  501. directories
  502. dirsift
  503. dirsp-exchange
  504. dirsp-exchange-kbb2017
  505. dirsp-proscript
  506. dirsp-proscript-mirage
  507. dirsp-ps2ocaml
  508. diskuvbox
  509. disml
  510. dispatch >= "0.4.1"
  511. dispatch-js >= "0.4.1"
  512. distributed >= "0.6.0"
  513. distributed-lwt >= "0.2.0"
  514. distributed-uwt >= "0.2.0"
  515. dkim
  516. dkim-bin
  517. dkim-mirage
  518. dkml-c-probe
  519. dkml-component-offline-ocamlrun
  520. dkml-component-offline-opam
  521. dkml-component-staging-ocamlrun
  522. dkml-component-staging-opam32
  523. dkml-component-staging-opam64
  524. dkml-dune-dsl
  525. dkml-dune-dsl-show
  526. dkml-install < "0.5.3"
  527. dkml-install-installer < "0.5.3"
  528. dkml-install-runner < "0.5.3"
  529. dkml-option-vcpkg
  530. dkml-package-console < "0.5.3"
  531. dkml-runtime-common >= "2.0.3"
  532. dkml-runtime-distribution
  533. dkml-workflows
  534. dlm >= "0.3.1"
  535. dmap
  536. dns >= "1.1.0"
  537. dns-async >= "1.1.0"
  538. dns-certify
  539. dns-cli
  540. dns-client
  541. dns-client-lwt
  542. dns-client-miou-unix
  543. dns-client-mirage
  544. dns-lwt >= "1.1.0"
  545. dns-lwt-unix >= "1.1.0"
  546. dns-mirage
  547. dns-resolver
  548. dns-server
  549. dns-stub
  550. dns-tsig
  551. dnssec
  552. docker-api >= "0.2"
  553. docker_hub
  554. dockerfile >= "6.0.0" & < "8.1.0"
  555. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  556. dockerfile-opam >= "6.0.0" & < "8.1.0"
  557. docteur
  558. docteur-solo5
  559. docteur-unix
  560. doculib
  561. doi2bib
  562. dokeysto >= "3.0.1"
  563. dokeysto_camltc >= "3.0.1"
  564. dokeysto_lz4 >= "3.0.2"
  565. dolmen >= "0.4.1" & < "0.8"
  566. dolmen_bin < "0.8"
  567. dolmen_loop < "0.8"
  568. dolmen_lsp < "0.8"
  569. dolmen_type < "0.8"
  570. dolog >= "4.0.0"
  571. domain-name >= "0.1.2"
  572. domainslib < "0.5.0"
  573. dose3 >= "6.1"
  574. dose3-extra
  575. dot-merlin-reader < "5.1"
  576. dotenv
  577. dream
  578. dream-accept
  579. dream-cli
  580. dream-encoding
  581. dream-html < "3.9.5"
  582. dream-httpaf
  583. dream-livereload
  584. dream-pure
  585. dream-serve
  586. drom >= "0.3.0"
  587. drom_lib >= "0.3.0"
  588. drom_toml
  589. dropbox >= "0.2"
  590. dropbox_lwt_unix
  591. dscheck < "0.4.0"
  592. dssi >= "0.1.3"
  593. dtoa >= "0.3.2"
  594. dtools >= "0.4.2"
  595. dual
  596. duff >= "0.2"
  597. dum >= "1.0.3"
  598. dune-action-plugin < "3.0.2"
  599. dune-build-info < "3.0.2"
  600. dune-cargo-build
  601. dune-compiledb
  602. dune-configurator >= "1.11.4" & < "3.0.2"
  603. dune-deps
  604. dune-expand
  605. dune-glob < "3.0.2"
  606. dune-private-libs < "3.0.2"
  607. dune-release >= "1.0.0" & < "2.0.0"
  608. dune-site < "3.0.2"
  609. duppy >= "0.9.0"
  610. duration >= "0.1.2"
  611. earley >= "2.0.0"
  612. earlybird
  613. easy-format >= "1.3.2" & < "1.3.4"
  614. easy_logging
  615. easy_logging_yojson
  616. ecaml >= "v0.12.0" & < "v0.17.0"
  617. edn >= "0.1.6-1-gff9db95"
  618. ego
  619. eigen >= "0.1.0"
  620. eio < "0.8.1"
  621. eio-ssl
  622. eio_linux < "0.8.1"
  623. either
  624. elasticsearch-cli >= "0.5"
  625. electrod >= "0.2.1"
  626. elpi >= "1.3.1"
  627. email_message >= "v0.12.0" & < "v0.17.0"
  628. embedded_ocaml_templates < "0.8"
  629. emile >= "0.4"
  630. encore >= "0.3"
  631. env_config < "v0.17.0"
  632. epictetus
  633. eqaf >= "0.2"
  634. eqaf-cstruct
  635. equinoxe
  636. equinoxe-cohttp
  637. equinoxe-hlc
  638. erlang
  639. erssical >= "1.1.0"
  640. esgg
  641. esperanto-cosmopolitan >= "0.0.5"
  642. ethernet
  643. euler
  644. exenum >= "0.86"
  645. exit
  646. expect >= "0.1.0"
  647. expect_test_helpers >= "v0.12.0"
  648. expect_test_helpers_async < "v0.17.0"
  649. expect_test_helpers_core < "v0.17.0"
  650. expect_test_helpers_kernel >= "v0.12.0"
  651. extlib >= "1.7.9"
  652. extunix >= "0.3.1" & < "0.4.2"
  653. ez_api
  654. ez_cmdliner
  655. ez_config
  656. ez_file != "0.2.0"
  657. ez_hash
  658. ez_pgocaml
  659. ez_search
  660. ez_subst
  661. ezcurl
  662. ezcurl-lwt
  663. ezdl
  664. ezgzip >= "0.2.3"
  665. ezjs_ace
  666. ezjs_blockies
  667. ezjs_cleave
  668. ezjs_crypto
  669. ezjs_cytoscape
  670. ezjs_d3pie
  671. ezjs_extension
  672. ezjs_fetch
  673. ezjs_idb
  674. ezjs_jquery
  675. ezjs_min
  676. ezjs_odometer
  677. ezjs_push
  678. ezjs_qrcode
  679. ezjs_recaptcha
  680. ezjs_timeline
  681. ezjsonm >= "1.0.0"
  682. ezjsonm-lwt >= "1.0.0"
  683. ezresto
  684. ezresto-directory
  685. ezsqlite >= "0.4.2"
  686. ezxenstore >= "0.4.1"
  687. ezxmlm >= "1.1.0"
  688. FPauth
  689. FPauth-core
  690. FPauth-responses
  691. FPauth-strategies
  692. FrontC >= "4.0.0"
  693. faad >= "0.5.0"
  694. facteur
  695. fadbadml >= "0.1.2"
  696. faraday >= "0.7.1"
  697. faraday-async >= "0.7.1"
  698. faraday-lwt >= "0.7.1"
  699. faraday-lwt-unix >= "0.7.1"
  700. farmhash >= "0.4"
  701. fasmifra
  702. fat-filesystem >= "0.13.0"
  703. fd-send-recv >= "2.0.1"
  704. fdkaac >= "0.3.2"
  705. feat
  706. feat-core
  707. feat-num
  708. feather
  709. feather_async
  710. ff
  711. ff-bench
  712. ff-pbt
  713. ff-sig
  714. ffmpeg >= "1.0.0~beta1" & != "1.1.5" & < "1.1.7"
  715. ffmpeg-av != "1.1.5" & < "1.1.7"
  716. ffmpeg-avcodec != "1.1.5" & < "1.1.7"
  717. ffmpeg-avdevice != "1.1.5" & < "1.1.7"
  718. ffmpeg-avfilter != "1.1.5" & < "1.1.7"
  719. ffmpeg-avutil != "1.1.5" & < "1.1.7"
  720. ffmpeg-swresample != "1.1.5" & < "1.1.7"
  721. ffmpeg-swscale != "1.1.5" & < "1.1.7"
  722. fftw3 >= "0.8.2"
  723. fiat-p256
  724. fieldslib >= "v0.12.0" & < "v0.17.0"
  725. file_path < "v0.17.0"
  726. fileutils >= "0.6.1"
  727. finch
  728. fit
  729. fix >= "20181206"
  730. flac >= "0.3.0"
  731. flex-array
  732. fmlib < "0.5.3"
  733. fmlib_js < "0.5.3"
  734. fmlib_parse < "0.5.3"
  735. fmlib_pretty < "0.5.3"
  736. fmlib_std < "0.5.3"
  737. fontforge-of-ocaml
  738. fred
  739. freetds >= "0.7"
  740. frei0r >= "0.1.2"
  741. frenetic >= "5.0.5"
  742. fromager
  743. fsevents
  744. fsevents-lwt
  745. fsml
  746. fswatch
  747. fswatch_async
  748. fswatch_lwt
  749. fun-postgresql
  750. fun-sql
  751. fun-sqlite
  752. functoria >= "2.2.2" & < "4.2.1"
  753. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  754. fuzzy_compare
  755. fuzzy_match < "v0.17.0"
  756. fzf < "v0.17.0"
  757. General >= "0.6.0"
  758. GT
  759. gapi-ocaml >= "0.3.7"
  760. gbddml
  761. gd >= "1.1"
  762. gdbprofiler >= "0.4"
  763. gemini >= "0.3.0"
  764. gen >= "0.5.2"
  765. gen_js_api >= "1.0.6"
  766. genprint
  767. genspio >= "0.0.3"
  768. genspir >= "1.0.0"
  769. geojson < "0.2.0"
  770. geojsone < "0.2.0"
  771. geoml
  772. get_line >= "7.0.0"
  773. gettext >= "0.4.1"
  774. gettext-camomile
  775. gettext-stub
  776. git >= "2.0.0"
  777. git-cohttp
  778. git-cohttp-mirage
  779. git-cohttp-unix
  780. git-http >= "2.0.0"
  781. git-kv != "0.1.0"
  782. git-mirage >= "2.0.0"
  783. git-paf
  784. git-unix >= "2.0.0"
  785. github >= "4.0.0"
  786. github-data
  787. github-hooks >= "0.4.0"
  788. github-hooks-unix >= "0.4.0"
  789. github-jsoo >= "4.0.0"
  790. github-unix >= "4.0.0"
  791. gitlab < "0.1.8"
  792. gitlab-jsoo < "0.1.8"
  793. gitlab-unix < "0.1.8"
  794. glfw-ocaml
  795. globlon
  796. gluten
  797. gluten-async
  798. gluten-eio
  799. gluten-lwt
  800. gluten-lwt-unix
  801. gluten-mirage
  802. gmap >= "0.2.1"
  803. gmp
  804. gnuplot >= "0.6"
  805. gobba
  806. gobject-introspection
  807. goblint-cil >= "1.8.0"
  808. google-drive-ocamlfuse >= "0.6.26"
  809. gopcaml-mode >= "0.0.2"
  810. gopcaml-mode-merlin
  811. gospel < "0.2.0"
  812. gotd
  813. gperftools >= "0.4"
  814. gpiod
  815. gpr >= "1.4.0"
  816. gr
  817. graphics >= "5.0.0"
  818. graphql >= "0.8.0"
  819. graphql-async >= "0.8.0"
  820. graphql-cohttp >= "0.9.0"
  821. graphql-lwt >= "0.8.0"
  822. graphql_parser >= "0.9.0"
  823. graphql_ppx >= "0.7.1"
  824. graphv
  825. graphv_core
  826. graphv_core_lib
  827. graphv_font
  828. graphv_font_js
  829. graphv_font_stb_truetype
  830. graphv_gles2
  831. graphv_gles2_native
  832. graphv_gles2_native_impl
  833. graphv_webgl
  834. graphv_webgl_impl
  835. gremlin
  836. grenier >= "0.8" & < "0.15"
  837. grid
  838. grpc < "0.2.0"
  839. grpc-async < "0.2.0"
  840. grpc-lwt < "0.2.0"
  841. gsl >= "1.24.0"
  842. gstreamer >= "0.3.1"
  843. guardian
  844. guile
  845. h1
  846. h1-lwt-unix
  847. h1_parser
  848. h2
  849. h2-async
  850. h2-eio
  851. h2-lwt
  852. h2-lwt-unix
  853. h2-mirage
  854. hack_parallel >= "1.0.0"
  855. hacl >= "0.3"
  856. hacl-star
  857. hacl-star-raw >= "0.5.0"
  858. hacl_x25519
  859. happy-eyeballs
  860. happy-eyeballs-lwt
  861. happy-eyeballs-miou-unix
  862. happy-eyeballs-mirage
  863. hardcaml >= "v0.12.0" & < "v0.17.0"
  864. hardcaml_axi < "v0.17.0"
  865. hardcaml_c < "v0.17.0"
  866. hardcaml_circuits < "v0.17.0"
  867. hardcaml_fixed_point < "v0.17.0"
  868. hardcaml_handshake < "v0.17.0"
  869. hardcaml_of_verilog < "v0.17.0"
  870. hardcaml_step_testbench < "v0.17.0"
  871. hardcaml_verify < "v0.17.0"
  872. hardcaml_verilator < "v0.17.0"
  873. hardcaml_waveterm < "v0.17.0"
  874. hardcaml_xilinx < "v0.17.0"
  875. hardcaml_xilinx_components < "v0.17.0"
  876. hardcaml_xilinx_reports < "v0.17.0"
  877. hashcons >= "1.4.0"
  878. hashids >= "1.0.1"
  879. haxe >= "4.1.1"
  880. hc < "0.2"
  881. hdf5 >= "0.1.5"
  882. headache >= "1.04" & < "1.07"
  883. header-check
  884. herdtools7 >= "7.55"
  885. hex >= "1.3.0"
  886. hex_encode < "v0.17.0"
  887. hexstring
  888. hg_lib < "v0.17.0"
  889. hidapi >= "1.1"
  890. hidapi-lwt
  891. higher_kinded < "v0.17.0"
  892. higlo >= "0.8"
  893. hilite
  894. hkdf >= "1.0.3"
  895. hl_yaml
  896. hockmd
  897. horned_worm >= "0.3.4"
  898. hpack
  899. htmlfromtexbooks
  900. hts_shrink >= "2.0.0"
  901. http < "6.0.0~alpha1"
  902. http-cookie < "4.3.0"
  903. http-lwt-client
  904. http-mirage-client
  905. http-multipart-formdata
  906. http_async
  907. httpaf >= "0.6.0"
  908. httpaf-async >= "0.6.0"
  909. httpaf-lwt-unix
  910. httpaf_caged
  911. httpcats
  912. httph
  913. huffman
  914. hvsock >= "2.0.0"
  915. hxd
  916. hyper
  917. ISO3166
  918. ISO8601 >= "0.2.6"
  919. i3ipc >= "0.1.4"
  920. icalendar
  921. idd
  922. idds
  923. imagelib >= "20200929"
  924. incr_dom >= "v0.12.0" & < "v0.17.0"
  925. incr_dom_interactive < "v0.17.0"
  926. incr_dom_keyboard
  927. incr_dom_partial_render < "v0.17.0"
  928. incr_dom_sexp_form < "v0.17.0"
  929. incr_dom_widgets >= "v0.12.0"
  930. incr_map >= "v0.12.0" & < "v0.17.0"
  931. incr_select >= "v0.12.0" & < "v0.17.0"
  932. incremental >= "v0.12.0" & < "v0.17.0"
  933. indentation_buffer < "v0.17.0"
  934. index
  935. index-bench
  936. inferno >= "20190924"
  937. influxdb
  938. influxdb-async
  939. influxdb-lwt
  940. inotify >= "2.4" & < "2.6"
  941. inquire
  942. int_repr < "v0.17.0"
  943. integers >= "0.3.0"
  944. integers_stubs_js
  945. integration1d >= "0.5.1"
  946. interface-prime
  947. interface-prime-lwt
  948. interval >= "1.5" & < "1.6"
  949. interval-map
  950. interval_base
  951. interval_crlibm
  952. interval_intel
  953. io-page >= "2.1.0"
  954. io-page-unix >= "2.1.0"
  955. io-page-xen >= "2.1.0"
  956. iostream
  957. iostream-camlzip
  958. ipaddr >= "2.9.0"
  959. ipaddr-cstruct
  960. ipaddr-sexp
  961. irc-client >= "0.6.2"
  962. irc-client-lwt >= "0.6.2"
  963. irc-client-lwt-ssl
  964. irc-client-tls >= "0.6.2"
  965. irc-client-unix >= "0.6.2"
  966. iri >= "0.6.0"
  967. irmin >= "2.0.0"
  968. irmin-bench
  969. irmin-chunk >= "2.0.0"
  970. irmin-cli
  971. irmin-client
  972. irmin-containers
  973. irmin-fs >= "2.0.0"
  974. irmin-git >= "2.0.0"
  975. irmin-graphql
  976. irmin-http >= "2.0.0"
  977. irmin-indexeddb >= "2.0"
  978. irmin-layers
  979. irmin-mem >= "2.0.0"
  980. irmin-mirage >= "2.0.0"
  981. irmin-mirage-git
  982. irmin-mirage-graphql
  983. irmin-pack
  984. irmin-pack-tools
  985. irmin-server
  986. irmin-test
  987. irmin-tezos
  988. irmin-tezos-utils
  989. irmin-unix >= "2.0.0"
  990. irmin-watcher >= "0.5.0"
  991. iso639
  992. iter
  993. itv-tree >= "2.2"
  994. JsOfOCairo >= "2.0.0"
  995. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  996. jane_rope < "v0.17.0"
  997. janestreet_cpuid < "v0.17.0"
  998. janestreet_csv < "v0.17.0"
  999. janestreet_lru_cache < "v0.17.0"
  1000. jekyll-format >= "0.2.0"
  1001. jemalloc >= "0.2"
  1002. jerboa
  1003. jhupllib >= "0.2.1"
  1004. jingoo >= "1.3.0"
  1005. jose
  1006. js_of_ocaml >= "3.3.0" & < "4.1.0"
  1007. js_of_ocaml-compiler >= "3.3.0" & < "4.1.0"
  1008. js_of_ocaml-lwt >= "3.3.0" & < "4.1.0"
  1009. js_of_ocaml-ocamlbuild >= "3.5.0"
  1010. js_of_ocaml-ppx >= "3.3.0" & < "4.1.0"
  1011. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "4.1.0"
  1012. js_of_ocaml-toplevel >= "3.3.0" & < "4.1.0"
  1013. js_of_ocaml-tyxml >= "3.3.0" & < "4.1.0"
  1014. js_of_ocaml-webgpu
  1015. js_of_ocaml-webidl
  1016. js_of_ocaml_patches < "v0.17.0"
  1017. json-data-encoding < "1.0.0"
  1018. json-data-encoding-browser < "1.0.0"
  1019. json-data-encoding-bson < "1.0.0"
  1020. json_decoder
  1021. jsonaf < "v0.17.0"
  1022. jsonoo
  1023. jsonrpc < "1.12.3"
  1024. jsonxt
  1025. jsoo-react
  1026. jsoo_broadcastchannel >= "2.0.0"
  1027. jsoo_storage >= "1.0.1"
  1028. jst-config < "v0.17.0"
  1029. junit >= "2.0.1"
  1030. junit_alcotest >= "2.0.1"
  1031. junit_ounit >= "2.0.1"
  1032. jupyter >= "2.3.2"
  1033. jupyter-archimedes >= "2.3.2"
  1034. jupyter-kernel
  1035. jwto
  1036. kafka >= "0.5"
  1037. kafka_async
  1038. kafka_lwt
  1039. kappa-agents
  1040. kappa-binaries
  1041. kappa-library
  1042. kappa-server
  1043. kcas < "0.1.6"
  1044. kdf
  1045. ke
  1046. key-parsers >= "0.10.0"
  1047. kicadsch >= "0.4.0"
  1048. kind2
  1049. kinetic-client >= "0.0.11"
  1050. kittyimg
  1051. kqueue
  1052. krb
  1053. lab < "0.1.8"
  1054. lablgtk3 >= "3.0.beta4"
  1055. lablgtk3-extras >= "3.0.1"
  1056. lablgtk3-goocanvas2
  1057. lablgtk3-gtkspell3
  1058. lablgtk3-rsvg2
  1059. lablgtk3-sourceview3
  1060. lablqml >= "0.6"
  1061. labrys
  1062. lacaml >= "11.0.2"
  1063. ladspa >= "0.2.0"
  1064. lambda
  1065. lambda-runtime
  1066. lambda-term >= "2.0" & < "3.3.0"
  1067. lambda_streams
  1068. lambda_streams_async
  1069. lambda_streams_lwt
  1070. lambdapi >= "2.0.0" & < "2.3.1"
  1071. lambdasoup >= "0.6.4"
  1072. lame >= "0.3.4"
  1073. landmarks >= "1.4"
  1074. landmarks-ppx
  1075. lascar >= "0.6-alpha"
  1076. lastfm = "0.3.3"
  1077. launchd >= "1.3"
  1078. lazy-trie >= "1.2.0"
  1079. lbfgs >= "0.9.1"
  1080. lbvs_consent >= "2.1.0"
  1081. ldap >= "2.4.1"
  1082. ldp
  1083. ldp_curl
  1084. ldp_js
  1085. ldp_tls
  1086. leaflet
  1087. learn-ocaml
  1088. learn-ocaml-client
  1089. ledgerwallet
  1090. ledgerwallet-tezos
  1091. lens >= "1.2.3"
  1092. letsencrypt
  1093. letsencrypt-app
  1094. letsencrypt-dns
  1095. letsencrypt-mirage
  1096. letters
  1097. leveldb >= "1.3.0"
  1098. libabsolute
  1099. libirmin
  1100. libsvm >= "0.10.0"
  1101. libzipperposition
  1102. lilac
  1103. lilv
  1104. line-up-words >= "v0.12.0" & < "v0.17.0"
  1105. line_oriented
  1106. linenoise >= "1.2.0"
  1107. links >= "0.9"
  1108. links-mysql
  1109. links-postgresql >= "0.9"
  1110. links-sqlite3
  1111. linol
  1112. linol-eio
  1113. linol-lwt
  1114. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  1115. linwrap
  1116. liquid_interpreter
  1117. liquid_ml
  1118. liquid_parser
  1119. liquid_std
  1120. liquid_syntax
  1121. little_logger
  1122. llama-cpp-ocaml
  1123. llvm >= "15.0.7+nnp-2"
  1124. lmdb >= "1.0"
  1125. lo >= "0.2.0"
  1126. loga >= "0.0.5"
  1127. logical
  1128. logs-async < "1.3"
  1129. logs-async-reporter < "1.3"
  1130. logs-ppx
  1131. logs-syslog >= "0.2.0"
  1132. logtk >= "1.5.1"
  1133. lp
  1134. lp-glpk
  1135. lp-glpk-js
  1136. lp-gurobi
  1137. lpd >= "1.2.2"
  1138. lru >= "0.3.0"
  1139. lru_cache
  1140. lsp < "1.12.3"
  1141. lt-code
  1142. lua-ml >= "0.9.3"
  1143. lua_parser
  1144. lun
  1145. lustre-v6 >= "6.103.3"
  1146. lutils >= "1.51.2"
  1147. lutin >= "2.71.10"
  1148. luv
  1149. luv_unix
  1150. lwd
  1151. lwt >= "4.2.0"
  1152. lwt-canceler
  1153. lwt-dllist
  1154. lwt-exit
  1155. lwt-parallel >= "1.0.0"
  1156. lwt-pipe
  1157. lwt-pipeline >= "0.2"
  1158. lwt-watcher
  1159. lwt_domain
  1160. lwt_eio < "0.4"
  1161. lwt_glib >= "1.1.1"
  1162. lwt_log >= "1.1.1"
  1163. lwt_ppx >= "1.2.2"
  1164. lwt_react >= "1.1.2"
  1165. lwt_retry
  1166. lwt_ssl >= "1.1.3"
  1167. lz4 >= "1.2.0"
  1168. lz4_chans
  1169. lzo >= "0.0.3"
  1170. macaddr
  1171. macaddr-cstruct
  1172. macaddr-sexp
  1173. mad >= "0.5.0"
  1174. magic-mime >= "1.1.2"
  1175. magic-trace
  1176. make-random
  1177. malfunction < "0.5"
  1178. man_in_the_middle_debugger < "v0.17.0"
  1179. markdown
  1180. markup >= "0.8.0"
  1181. markup-lwt
  1182. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1183. matplotlib
  1184. mc2
  1185. mccs >= "1.1+10"
  1186. md2mld < "0.7.0"
  1187. mdx != "1.7.0" & < "2.2.0"
  1188. mec
  1189. mechaml >= "1.1.0"
  1190. mehari-eio < "0.2"
  1191. mehari-eio-unix
  1192. mehari-lwt-unix < "0.2"
  1193. mehari-mirage < "0.2"
  1194. mem_usage
  1195. memcad >= "1.1.0"
  1196. memgraph
  1197. memgraph_kitty
  1198. memo < "0.2"
  1199. memprof-limits
  1200. memtrace
  1201. memtrace-mirage
  1202. memtrace_viewer
  1203. menhir >= "20200123"
  1204. menhirCST
  1205. menhirLib
  1206. menhirSdk
  1207. merge-fmt
  1208. merlin >= "3.2.1" & < "5.1-502"
  1209. merlin-extend >= "0.4"
  1210. merlin-lib < "5.1-502"
  1211. mesh >= "0.9.5"
  1212. mesh-easymesh >= "0.9.5"
  1213. mesh-graphics >= "0.9.5"
  1214. mesh-triangle >= "0.9.5"
  1215. metadb
  1216. metapp
  1217. metaquot
  1218. metrics
  1219. metrics-influx
  1220. metrics-lwt
  1221. metrics-mirage
  1222. metrics-rusage
  1223. metrics-unix
  1224. mew
  1225. mew_vi
  1226. mimic
  1227. mimic-happy-eyeballs
  1228. mindstorm >= "0.8"
  1229. mindstorm-lwt
  1230. minicaml
  1231. minicli >= "5.0.2"
  1232. minisat >= "0.3"
  1233. miou
  1234. mirage >= "3.3.0" & < "4.2.1" | >= "4.5.0"
  1235. mirage-block >= "1.2.0"
  1236. mirage-block-ccm >= "1.1.0"
  1237. mirage-block-combinators
  1238. mirage-block-lwt >= "1.2.0"
  1239. mirage-block-ramdisk >= "0.4"
  1240. mirage-block-solo5 >= "0.6.0"
  1241. mirage-block-unix >= "2.11.0"
  1242. mirage-block-xen
  1243. mirage-bootvar
  1244. mirage-bootvar-solo5 >= "0.6.0"
  1245. mirage-bootvar-unix
  1246. mirage-bootvar-xen >= "0.6.0"
  1247. mirage-channel >= "3.2.0"
  1248. mirage-channel-lwt >= "3.2.0"
  1249. mirage-clock >= "2.0.0"
  1250. mirage-clock-freestanding >= "2.0.0"
  1251. mirage-clock-lwt >= "2.0.0"
  1252. mirage-clock-solo5
  1253. mirage-clock-unix >= "2.0.0"
  1254. mirage-conduit = "1.3.0" | >= "3.1.0"
  1255. mirage-console >= "2.4.0"
  1256. mirage-console-lwt >= "2.4.0"
  1257. mirage-console-solo5 >= "0.6.0"
  1258. mirage-console-unix >= "2.4.1"
  1259. mirage-console-xen
  1260. mirage-console-xen-backend >= "2.4.0"
  1261. mirage-console-xen-proto >= "2.4.0"
  1262. mirage-crypto
  1263. mirage-crypto-ec
  1264. mirage-crypto-entropy
  1265. mirage-crypto-pk
  1266. mirage-crypto-rng
  1267. mirage-crypto-rng-async
  1268. mirage-crypto-rng-eio >= "0.11.0"
  1269. mirage-crypto-rng-lwt
  1270. mirage-crypto-rng-miou-unix
  1271. mirage-crypto-rng-mirage
  1272. mirage-device >= "1.2.0"
  1273. mirage-dns >= "3.1.0"
  1274. mirage-entropy >= "0.5.1"
  1275. mirage-flow >= "1.6.0"
  1276. mirage-flow-combinators
  1277. mirage-flow-lwt >= "1.6.0"
  1278. mirage-flow-rawlink >= "1.1.0"
  1279. mirage-flow-unix >= "1.6.0"
  1280. mirage-fs >= "1.2.0"
  1281. mirage-fs-lwt >= "1.2.0"
  1282. mirage-fs-mem
  1283. mirage-fs-unix >= "1.6.0"
  1284. mirage-kv >= "2.0.0"
  1285. mirage-kv-lwt >= "2.0.0"
  1286. mirage-kv-mem
  1287. mirage-kv-unix < "3.0.0"
  1288. mirage-logs >= "1.0.0" & < "2.0.0"
  1289. mirage-monitoring
  1290. mirage-nat >= "1.1.0"
  1291. mirage-net >= "2.0.0"
  1292. mirage-net-lwt >= "2.0.0"
  1293. mirage-net-macosx >= "1.5.0"
  1294. mirage-net-solo5 >= "0.4.3"
  1295. mirage-net-unix >= "2.5.0"
  1296. mirage-net-xen
  1297. mirage-profile >= "0.9.0"
  1298. mirage-profile-unix >= "0.9.0"
  1299. mirage-profile-xen >= "0.9.0"
  1300. mirage-protocols >= "2.0.0"
  1301. mirage-protocols-lwt >= "2.0.0"
  1302. mirage-qubes >= "0.7.0"
  1303. mirage-qubes-ipv4 >= "0.7.0"
  1304. mirage-random >= "1.2.0"
  1305. mirage-random-stdlib
  1306. mirage-random-test
  1307. mirage-runtime >= "3.3.0"
  1308. mirage-solo5 >= "0.6.2"
  1309. mirage-stack >= "1.4.0"
  1310. mirage-stack-lwt >= "1.4.0"
  1311. mirage-time >= "1.3.0"
  1312. mirage-time-lwt >= "1.3.0"
  1313. mirage-time-unix >= "1.3.0"
  1314. mirage-types >= "3.3.0"
  1315. mirage-types-lwt >= "3.3.0"
  1316. mirage-unix >= "3.2.0"
  1317. mirage-vnetif >= "0.4.2"
  1318. mirage-vnetif-stack
  1319. mirage-xen
  1320. mkaudio >= "1.1.0"
  1321. mkocaml
  1322. mlbdd >= "0.7.2"
  1323. mlfenv
  1324. mlmpfr >= "4.0.2+dune"
  1325. mlpost >= "0.9"
  1326. mlpost-lablgtk
  1327. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1328. mm >= "0.7.0" & < "0.8.2"
  1329. mmap
  1330. mmdb
  1331. mock >= "0.1.1"
  1332. mock-ounit >= "0.1.1"
  1333. module-graph
  1334. molenc
  1335. monaco_jsoo
  1336. monolith < "20241126"
  1337. monomorphic >= "2.0"
  1338. monorobot
  1339. morbig >= "0.10.3"
  1340. morsmall
  1341. moss >= "0.1.1"
  1342. mparser >= "1.3"
  1343. mparser-pcre
  1344. mparser-re
  1345. mperf
  1346. mpg123
  1347. mpp >= "0.3.4"
  1348. mpris >= "0.2.0"
  1349. mpris-clients
  1350. mrmime
  1351. mrt-format >= "0.3.1"
  1352. msat >= "0.8"
  1353. msat-bin
  1354. msgpck >= "1.5"
  1355. msgpck-repr
  1356. mssql
  1357. mugen
  1358. mula
  1359. multibase
  1360. multicodec
  1361. multihash
  1362. multihash-digestif
  1363. multipart-form-data >= "0.3.0"
  1364. multipart_form
  1365. multipart_form-cohttp-lwt
  1366. multipart_form-eio
  1367. multipart_form-lwt
  1368. murmur3 >= "0.3"
  1369. mustache >= "3.1.0"
  1370. mustache-cli
  1371. mutf8
  1372. mwt
  1373. mybuild >= "7"
  1374. mysql8
  1375. mysql_protocol >= "3.0.1"
  1376. n_ary < "v0.17.0"
  1377. naboris
  1378. nacc
  1379. nanoid
  1380. nanosvg
  1381. nanosvg_text
  1382. nbd >= "4.0.3"
  1383. nbd-tool
  1384. nbd-unix
  1385. netchannel
  1386. netkat
  1387. netlink >= "0.3.4"
  1388. netsnmp < "v0.17.0"
  1389. nice_parser
  1390. ninja_utils
  1391. nlopt
  1392. nmea
  1393. noCanren >= "0.3.0~alpha1"
  1394. nocoiner
  1395. node_of_ocaml
  1396. noise
  1397. non_empty_list
  1398. nottui
  1399. nottui-lwt
  1400. nottui-pretty
  1401. notty >= "0.2.3"
  1402. notty_async >= "v0.12.0" & < "v0.17.0"
  1403. np
  1404. npy >= "0.0.9"
  1405. nsq >= "0.4.0"
  1406. numeric_string < "v0.17.0"
  1407. nuscr
  1408. OCanren < "0.3.0"
  1409. OCanren-ppx
  1410. obeam
  1411. obelisk >= "0.5.0"
  1412. obuilder < "0.5"
  1413. obuilder-spec < "0.5"
  1414. obus >= "1.2.0"
  1415. ocal >= "0.2.2"
  1416. ocaml-canvas
  1417. ocaml-compiler-libs >= "v0.12.0"
  1418. ocaml-embed-file < "v0.17.0"
  1419. ocaml-in-python
  1420. ocaml-index < "1.1"
  1421. ocaml-lsp-server < "1.12.3"
  1422. ocaml-lua >= "1.8"
  1423. ocaml-migrate-parsetree >= "1.2.0"
  1424. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1425. ocaml-monadic >= "0.4.1"
  1426. ocaml-print-intf
  1427. ocaml-probes < "v0.17.0"
  1428. ocaml-protoc >= "2.0.1"
  1429. ocaml-protoc-plugin < "4.3.1"
  1430. ocaml-r >= "0.1.1"
  1431. ocaml-syntax-shims
  1432. ocaml-systemd >= "1.3"
  1433. ocaml-top >= "1.2.0"
  1434. ocaml-vdom < "transition"
  1435. ocaml-version >= "1.0.0" & < "3.6.0"
  1436. ocaml_db_model
  1437. ocaml_intrinsics < "v0.17.0"
  1438. ocaml_pgsql_model
  1439. ocaml_plugin >= "v0.12.0"
  1440. ocamlapi
  1441. ocamlapi_async
  1442. ocamlapi_lwt_unix
  1443. ocamlapi_ppx
  1444. ocamlcodoc
  1445. ocamldiff >= "1.2"
  1446. ocamlformat >= "0.7"
  1447. ocamlformat-lib
  1448. ocamlformat-mlx
  1449. ocamlformat-mlx-lib
  1450. ocamlformat-rpc < "removed"
  1451. ocamlformat-rpc-lib
  1452. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1453. ocamlgraph >= "2.0.0"
  1454. ocamlgraph_gtk
  1455. ocamline
  1456. ocamlog
  1457. ocb
  1458. ocf >= "0.8.0"
  1459. ocf_ppx
  1460. ockt
  1461. ocluster < "0.2"
  1462. ocluster-api < "0.2"
  1463. ocolor
  1464. ocp-browser >= "1.1.9"
  1465. ocp-indent >= "1.7.0"
  1466. ocp-indent-nlfork >= "1.5.4"
  1467. ocp-index >= "1.1.9"
  1468. ocp-search
  1469. ocp_reveal
  1470. ocplib-endian >= "1.1"
  1471. ocplib-json-typed >= "0.7"
  1472. ocplib-json-typed-browser
  1473. ocplib-json-typed-bson
  1474. ocplib-simplex >= "0.5"
  1475. ocplib_stuff != "0.3.0"
  1476. ocsigen-i18n >= "4.0.0"
  1477. ocsigen-ppx-rpc
  1478. ocsigenserver >= "4.0.1"
  1479. ocsipersist
  1480. ocsipersist-dbm
  1481. ocsipersist-dbm-config
  1482. ocsipersist-lib
  1483. ocsipersist-pgsql
  1484. ocsipersist-pgsql-config
  1485. ocsipersist-sqlite
  1486. ocsipersist-sqlite-config
  1487. octavius >= "1.2.2"
  1488. odash
  1489. odate >= "0.6"
  1490. odep < "0.2.0"
  1491. odepack >= "0.6.9"
  1492. odnnr
  1493. odoc >= "1.4.0" & < "2.0.0"
  1494. odoc-parser < "2.3.0"
  1495. of_json < "v0.17.0"
  1496. offheap
  1497. ogg = "0.6.0" | >= "0.7.0"
  1498. ohex
  1499. oidc
  1500. ojs
  1501. ojs_base
  1502. ojs_base_all
  1503. ojs_base_ppx
  1504. ojs_ed
  1505. ojs_filetree
  1506. ojs_list
  1507. olinq >= "0.3"
  1508. omd >= "1.3.2"
  1509. omg
  1510. omigrate < "0.3.1"
  1511. omlr
  1512. oniguruma
  1513. opam-0install
  1514. opam-0install-cudf
  1515. opam-bin >= "1.0.0"
  1516. opam-build
  1517. opam-client >= "2.0.2"
  1518. opam-compiler
  1519. opam-core >= "2.0.2"
  1520. opam-custom-install
  1521. opam-devel >= "2.0.2"
  1522. opam-dune-lint < "0.3"
  1523. opam-ed >= "0.4"
  1524. opam-file-format >= "2.1.0" & < "2.1.5"
  1525. opam-format >= "2.0.2"
  1526. opam-graph
  1527. opam-grep >= "0.2.0"
  1528. opam-installer >= "2.0.2"
  1529. opam-monorepo < "0.3.1"
  1530. opam-package-upgrade >= "0.2"
  1531. opam-publish >= "2.0.2"
  1532. opam-repository >= "2.0.2"
  1533. opam-solver >= "2.0.2"
  1534. opam-spin
  1535. opam-state >= "2.0.2"
  1536. opam-test
  1537. opam2web >= "2.0"
  1538. opam_bin_lib != "0.9.5"
  1539. opasswd >= "1.3.1"
  1540. opazl
  1541. openai-gym
  1542. openapi
  1543. openapi-opium
  1544. openapi_router
  1545. opencc0
  1546. opencc1
  1547. opencc1_1
  1548. openQASM
  1549. opentelemetry
  1550. opentelemetry-client-cohttp-lwt
  1551. opentelemetry-client-ocurl
  1552. opentelemetry-cohttp-lwt
  1553. opentelemetry-lwt
  1554. opium >= "0.17.0"
  1555. opium-graphql
  1556. opium-testing
  1557. opium_kernel >= "0.17.0"
  1558. oplot
  1559. oplsr
  1560. opomodoro
  1561. opsian
  1562. optal
  1563. opti
  1564. optimization1d >= "0.6.1"
  1565. optiml-transport
  1566. optint >= "0.0.2"
  1567. opus >= "0.2.0"
  1568. oraft < "0.3.0"
  1569. oranger >= "2.0.1"
  1570. orb
  1571. order-i3-xfce
  1572. ordinal_abbreviation < "v0.17.0"
  1573. ordma >= "0.0.5"
  1574. orec >= "1.0.1"
  1575. orewa
  1576. orf
  1577. orgeat
  1578. orpie
  1579. orrandomForest
  1580. orsvm_e1071 >= "4.0.0"
  1581. orun
  1582. orxgboost >= "1.1.0"
  1583. osc >= "0.2.0"
  1584. osc-lwt
  1585. osc-unix
  1586. oseq >= "0.2"
  1587. osh
  1588. oskel
  1589. osnap
  1590. osx-secure-transport >= "0.1.1"
  1591. otf
  1592. otoggl
  1593. otoml
  1594. otr >= "0.3.6"
  1595. ounit = "2.1.2"
  1596. ounit-lwt < "2.2.0"
  1597. ounit2 < "2.2.7"
  1598. ounit2-lwt < "2.2.7"
  1599. override
  1600. owee >= "0.3"
  1601. owl >= "0.4.0"
  1602. owl-base >= "0.4.0"
  1603. owl-jupyter
  1604. owl-ode
  1605. owl-ode-base
  1606. owl-ode-odepack
  1607. owl-ode-sundials
  1608. owl-opt
  1609. owl-opt-lbfgs
  1610. owl-plplot
  1611. owl-symbolic
  1612. owl-top >= "0.4.0"
  1613. owl-zoo >= "0.4.0"
  1614. owork
  1615. ozulip
  1616. p4pp
  1617. p5scm
  1618. packstream
  1619. pacomb
  1620. paf
  1621. paf-cohttp
  1622. paf-le
  1623. pam < "v0.17.0"
  1624. pandoc
  1625. pandoc-abbreviations
  1626. pandoc-comment
  1627. pandoc-crossref
  1628. pandoc-include
  1629. pandoc-inspect
  1630. pandoc-pdf2png
  1631. pandoc-replace
  1632. papi >= "0.1.1"
  1633. parany >= "7.0.2"
  1634. pardi
  1635. parmap >= "1.1.1"
  1636. parse-argv >= "0.2.0"
  1637. parsexp >= "v0.12.0" & < "v0.17.0"
  1638. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1639. parsley
  1640. patch < "2.0.0"
  1641. patdiff >= "v0.12.1" & < "v0.17.0"
  1642. path_glob
  1643. patience_diff >= "v0.12.0" & < "v0.17.0"
  1644. patoline >= "0.2"
  1645. patricia-tree < "0.10.0"
  1646. pattern
  1647. pb
  1648. pb-plugin
  1649. pbkdf >= "1.0.0"
  1650. pbrt
  1651. pbrt_services
  1652. pbrt_yojson
  1653. pcap-format >= "0.5.2"
  1654. pcre >= "7.3.5"
  1655. pcre2
  1656. pds-reachability >= "0.2.2"
  1657. pecu >= "0.2"
  1658. petr4
  1659. pf-qubes
  1660. pg_query
  1661. pgocaml >= "4.0"
  1662. pgocaml_ppx
  1663. pgx >= "1.0" & < "2.2"
  1664. pgx_async >= "1.0" & < "2.2"
  1665. pgx_lwt >= "1.0" & < "2.2"
  1666. pgx_lwt_mirage < "2.2"
  1667. pgx_lwt_unix < "2.2"
  1668. pgx_unix >= "1.0" & < "2.2"
  1669. pgx_value_core < "2.2"
  1670. pgx_value_ptime < "2.2"
  1671. phantom-algebra >= "1.0.1"
  1672. phonetic
  1673. phylogenetics < "0.2.0"
  1674. piaf
  1675. picasso
  1676. piqi >= "0.7.8"
  1677. piqilib >= "0.6.16"
  1678. pixel_pusher
  1679. pkcs11 >= "0.18.0"
  1680. pkcs11-cli
  1681. pkcs11-driver
  1682. pkcs11-rev
  1683. pla >= "1.3"
  1684. plateau
  1685. plato
  1686. plebeia < "2.0.0"
  1687. plist-xml
  1688. plist-xml-lwt
  1689. plotkicadsch >= "0.4.0"
  1690. plplot >= "5.11.0-1"
  1691. polka
  1692. poll
  1693. polling_state_rpc < "v0.17.0"
  1694. polly
  1695. polynomial
  1696. pomap >= "4.1.0"
  1697. popper
  1698. portaudio >= "0.2.2"
  1699. portaudio_c_bindings
  1700. portmidi
  1701. posix-base
  1702. posix-bindings
  1703. posix-getopt >= "2.0.0"
  1704. posix-signal
  1705. posix-socket
  1706. posix-socket-unix
  1707. posix-time2
  1708. posix-types >= "2.0.0"
  1709. posix-uname
  1710. posixat >= "v0.12.0" & < "v0.17.0"
  1711. postgres_async < "v0.17.0"
  1712. postgresql >= "4.4.1"
  1713. pp
  1714. pp-binary-ints
  1715. pp_loc
  1716. pprint >= "20200226"
  1717. ppx-owl-opt
  1718. ppx_accessor < "v0.17.0"
  1719. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1720. ppx_bap
  1721. ppx_base >= "v0.12.0" & < "v0.17.0"
  1722. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1723. ppx_bigarray >= "3.0.0"
  1724. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1725. ppx_bitstring >= "4.0.0"
  1726. ppx_blob >= "0.6.0"
  1727. ppx_bsx
  1728. ppx_camlrack
  1729. ppx_catch
  1730. ppx_cold < "v0.17.0"
  1731. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1732. ppx_compose >= "0.1.0"
  1733. ppx_const >= "2.0"
  1734. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1735. ppx_counters
  1736. ppx_css < "v0.17.0"
  1737. ppx_cstruct >= "3.3.0"
  1738. ppx_cstubs
  1739. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1740. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1741. ppx_decimal
  1742. ppx_defer >= "0.4.0"
  1743. ppx_demo < "v0.17.0"
  1744. ppx_derive_at_runtime < "v0.17.0"
  1745. ppx_derivers >= "1.2.1"
  1746. ppx_deriving >= "4.3"
  1747. ppx_deriving_cmdliner >= "0.5.1"
  1748. ppx_deriving_encoding
  1749. ppx_deriving_hardcaml >= "v0.12.0"
  1750. ppx_deriving_hash
  1751. ppx_deriving_json_schema
  1752. ppx_deriving_jsoo
  1753. ppx_deriving_madcast >= "0.2"
  1754. ppx_deriving_popper
  1755. ppx_deriving_protobuf >= "2.7"
  1756. ppx_deriving_qcheck
  1757. ppx_deriving_rpc >= "6.1.0"
  1758. ppx_deriving_scad
  1759. ppx_deriving_yaml < "0.2.2"
  1760. ppx_deriving_yojson >= "3.3"
  1761. ppx_disable_unused_warnings < "v0.17.0"
  1762. ppx_distr_guards >= "0.2"
  1763. ppx_enum
  1764. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1765. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1766. ppx_factory
  1767. ppx_fail >= "v0.12.0"
  1768. ppx_fast_pipe
  1769. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1770. ppx_fixed_literal < "v0.17.0"
  1771. ppx_gen_rec >= "1.1.0"
  1772. ppx_getenv >= "2.0"
  1773. ppx_globalize < "v0.17.0"
  1774. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1775. ppx_here >= "v0.12.0" & < "v0.17.0"
  1776. ppx_ignore_instrumentation < "v0.17.0"
  1777. ppx_import >= "1.5-3-gbd627d5"
  1778. ppx_inline_alcotest
  1779. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1780. ppx_irmin
  1781. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1782. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1783. ppx_jsobject_conv >= "0.6.0"
  1784. ppx_jsonaf_conv < "v0.17.0"
  1785. ppx_let >= "v0.12.0" & < "v0.17.0"
  1786. ppx_log < "v0.17.0"
  1787. ppx_make
  1788. ppx_map
  1789. ppx_matches
  1790. ppx_meta_conv >= "4.0.1"
  1791. ppx_module_timer < "v0.17.0"
  1792. ppx_monad
  1793. ppx_monoid >= "0.3.2"
  1794. ppx_mysql
  1795. ppx_mysql_identity
  1796. ppx_open
  1797. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1798. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1799. ppx_parser
  1800. ppx_pattern_bind < "v0.17.0"
  1801. ppx_pbt
  1802. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1803. ppx_protocol_conv >= "3.1.0"
  1804. ppx_protocol_conv_json >= "3.1.0"
  1805. ppx_protocol_conv_jsonm
  1806. ppx_protocol_conv_msgpack >= "3.1.0"
  1807. ppx_protocol_conv_xml_light >= "3.1.0"
  1808. ppx_protocol_conv_xmlm
  1809. ppx_protocol_conv_yaml >= "3.1.0"
  1810. ppx_pyformat
  1811. ppx_python < "v0.17.0"
  1812. ppx_rapper
  1813. ppx_rapper_async
  1814. ppx_rapper_lwt
  1815. ppx_regexp >= "0.4.0"
  1816. ppx_relit
  1817. ppx_repr
  1818. ppx_seq
  1819. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  1820. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  1821. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  1822. ppx_show
  1823. ppx_stable < "v0.17.0"
  1824. ppx_stable_witness < "v0.17.0"
  1825. ppx_string < "v0.17.0"
  1826. ppx_string_interpolation
  1827. ppx_subliner
  1828. ppx_test >= "1.7.0"
  1829. ppx_there
  1830. ppx_tools >= "6.0+4.08.0"
  1831. ppx_tools_versioned >= "5.2.2"
  1832. ppx_trace
  1833. ppx_tydi < "v0.17.0"
  1834. ppx_type_directed_value
  1835. ppx_typed_fields < "v0.17.0"
  1836. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  1837. ppx_tyre
  1838. ppx_units
  1839. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  1840. ppx_viewpattern
  1841. ppx_wideopen
  1842. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  1843. ppx_yojson
  1844. ppx_yojson_conv < "v0.17.0"
  1845. ppx_yojson_conv_lib < "v0.17.0"
  1846. ppxfind >= "1.3"
  1847. ppxlib >= "0.4.0" & < "0.34.0"
  1848. ppxx >= "2.4.0"
  1849. pratter
  1850. prbnmcn-basic-structures
  1851. prbnmcn-cgrph
  1852. prbnmcn-clustering
  1853. prbnmcn-dagger
  1854. prbnmcn-dagger-gsl
  1855. prbnmcn-dagger-stats
  1856. prbnmcn-dagger-test
  1857. prbnmcn-gnuplot
  1858. prbnmcn-linalg
  1859. prbnmcn-mcts
  1860. prbnmcn-proptest
  1861. prbnmcn-stats
  1862. prbnmcn-ucb1
  1863. prc
  1864. preface
  1865. prettym
  1866. printbox >= "0.2" & < "0.8"
  1867. printbox-html < "0.8"
  1868. printbox-text < "0.8"
  1869. proc-smaps
  1870. prof_spacetime >= "0.3.0"
  1871. profunctor < "v0.17.0"
  1872. progress
  1873. prom
  1874. prometheus >= "0.6"
  1875. prometheus-app >= "0.6"
  1876. promise
  1877. promise_jsoo
  1878. promise_jsoo_lwt
  1879. protocell
  1880. protocol-9p >= "1.0.0"
  1881. protocol-9p-tool >= "1.0.0"
  1882. protocol-9p-unix >= "1.0.0"
  1883. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  1884. prr
  1885. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1886. psq >= "0.1.1"
  1887. ptmap >= "2.0.5"
  1888. ptset >= "1.0.1"
  1889. pulseaudio >= "0.1.4"
  1890. pure-html < "3.9.5"
  1891. pure-splitmix >= "0.3"
  1892. py >= "1.1"
  1893. pyast
  1894. pyml >= "20210924"
  1895. pyml_bindgen < "0.3.0"
  1896. pyre-ast
  1897. pythonlib
  1898. qbf >= "0.3"
  1899. qcheck >= "0.9"
  1900. qcheck-alcotest
  1901. qcheck-core
  1902. qcheck-lin < "0.1.1"
  1903. qcheck-multicoretests-util < "0.1.1"
  1904. qcheck-ounit
  1905. qcheck-stm < "0.1.1"
  1906. qiskit < "0.44.0"
  1907. qmp >= "0.19.0"
  1908. qrencode >= "0.2"
  1909. qtest >= "2.10.1"
  1910. queenshead
  1911. quests
  1912. radamsa
  1913. radare2 >= "0.0.3"
  1914. randomconv >= "0.1.1"
  1915. randoml
  1916. range
  1917. rangeSet
  1918. rankers
  1919. rawlink >= "1.0" & < "2.1"
  1920. raygui < "1.4.0"
  1921. raylib < "1.4.0"
  1922. rdbg >= "1.196.12"
  1923. rdf >= "0.13.0"
  1924. rdf_impls
  1925. rdf_json_ld
  1926. rdf_lwt
  1927. rdf_mysql
  1928. rdf_postgresql
  1929. rdf_ppx
  1930. re >= "1.9.0"
  1931. re2 >= "v0.12.1" & < "v0.17.0"
  1932. re2_stable
  1933. re_parser < "v0.17.0"
  1934. reactiveData >= "0.3.0"
  1935. reanalyze
  1936. reason >= "3.5.0" & < "3.14.0"
  1937. reason-standard
  1938. received
  1939. record_builder >= "v0.12.0" & < "v0.17.0"
  1940. records >= "1.0.0"
  1941. reddit_api_async
  1942. reddit_api_kernel
  1943. redirect
  1944. redis >= "0.4"
  1945. redis-async < "v0.17.0"
  1946. redis-lwt >= "0.4"
  1947. redis-sync >= "0.4"
  1948. reed-solomon-erasure >= "1.0.2"
  1949. reedsolomon >= "0.3"
  1950. refl
  1951. regenerate >= "0.2"
  1952. regex_parser_intf < "v0.17.0"
  1953. relit_helper
  1954. remu_ts
  1955. reparse
  1956. reparse-lwt
  1957. reparse-lwt-unix
  1958. reparse-unix
  1959. repr
  1960. repr-bench
  1961. repr-fuzz
  1962. res >= "5.0.1"
  1963. res_tailwindcss
  1964. resource-pooling >= "1.1"
  1965. resource_cache >= "v0.12.0" & < "v0.17.0"
  1966. resp
  1967. resp-client
  1968. resp-mirage
  1969. resp-server >= "0.9"
  1970. resp-unix
  1971. resto
  1972. resto-acl
  1973. resto-cohttp
  1974. resto-cohttp-client
  1975. resto-cohttp-self-serving-client
  1976. resto-cohttp-server
  1977. resto-directory
  1978. resto-json
  1979. result >= "1.4"
  1980. rfc1951 >= "0.8.1" & != "1.0.0"
  1981. rfc6287 >= "1.0.4"
  1982. rfc7748
  1983. rfsm >= "1.6-alpha-3" & < "2.0"
  1984. rhythm
  1985. ringo
  1986. ringo-lwt
  1987. rock
  1988. roman
  1989. root1d >= "0.5.1"
  1990. rope >= "0.6.2"
  1991. rosetta >= "0.2.0"
  1992. routes
  1993. rpc >= "6.1.0"
  1994. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  1995. rpclib >= "6.1.0"
  1996. rpclib-async >= "6.1.0"
  1997. rpclib-html
  1998. rpclib-js
  1999. rpclib-lwt >= "6.1.0"
  2000. rsdd
  2001. rss
  2002. rtop >= "3.5.0" & < "3.14.0"
  2003. rungen
  2004. rusage
  2005. rust-staticlib-gen
  2006. rust-staticlib-virtual
  2007. SZXX
  2008. safepass >= "3.1"
  2009. salsa20 >= "1.0.0"
  2010. salsa20-core >= "1.0.0"
  2011. samplerate >= "0.1.6"
  2012. sanddb = "0.2"
  2013. sarek >= "20210823"
  2014. satex
  2015. satyrographos
  2016. scad_ml
  2017. scfg
  2018. scgi
  2019. scipy
  2020. scrypt-kdf >= "1.0.0"
  2021. sd_logic
  2022. search < "0.1.1"
  2023. searchTree
  2024. secp256k1 >= "0.4.1"
  2025. secp256k1-internal
  2026. sedlex >= "2.0" & < "3.2"
  2027. sek
  2028. selective
  2029. semantic_version < "v0.17.0"
  2030. semaphore-compat
  2031. semver >= "0.2.1"
  2032. semver2
  2033. sendmail
  2034. sendmail-lwt
  2035. sendmail-miou-unix
  2036. sendmail-mirage
  2037. sentry
  2038. seq >= "0.2" & < "base"
  2039. sequencer_table >= "v0.12.0" & < "v0.17.0"
  2040. serial
  2041. session >= "0.4.1"
  2042. session-cohttp >= "0.4.1"
  2043. session-cohttp-async >= "0.4.1"
  2044. session-cohttp-lwt >= "0.4.1"
  2045. session-cookie
  2046. session-cookie-async
  2047. session-cookie-lwt
  2048. session-postgresql >= "0.4.1"
  2049. session-postgresql-async >= "0.4.1"
  2050. session-postgresql-lwt >= "0.4.1"
  2051. session-redis-lwt >= "0.4.1"
  2052. session-webmachine >= "0.4.1"
  2053. setcore >= "1.0.2"
  2054. sexp < "v0.17.0"
  2055. sexp_decode
  2056. sexp_diff < "v0.17.0"
  2057. sexp_diff_kernel
  2058. sexp_grammar < "v0.17.0"
  2059. sexp_macro < "v0.17.0"
  2060. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  2061. sexp_select < "v0.17.0"
  2062. sexp_string_quickcheck < "v0.17.0"
  2063. sexplib >= "v0.12.0" & < "v0.17.0"
  2064. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2065. sgf >= "1.0.1"
  2066. sha >= "1.13"
  2067. shapefile
  2068. shared-block-ring >= "3.0.0"
  2069. shared-memory-ring >= "3.1.0"
  2070. shared-memory-ring-lwt >= "3.1.0"
  2071. shared-secret >= "0.4"
  2072. shell < "v0.17.0"
  2073. shexp >= "v0.12.0" & < "v0.17.0"
  2074. shine >= "0.2.2"
  2075. shuttle
  2076. shuttle_http < "0.11.0"
  2077. shuttle_ssl
  2078. sifun
  2079. sihl
  2080. sihl-cache
  2081. sihl-contract
  2082. sihl-core
  2083. sihl-email
  2084. sihl-facade
  2085. sihl-persistence
  2086. sihl-queue
  2087. sihl-session
  2088. sihl-storage
  2089. sihl-token
  2090. sihl-type
  2091. sihl-user
  2092. sihl-web
  2093. simple63
  2094. sklearn
  2095. slacko >= "0.14.1"
  2096. slug
  2097. smart-print >= "0.3.0"
  2098. smbc >= "0.5"
  2099. smol
  2100. smol-helpers
  2101. smtlib-utils
  2102. snappy >= "0.1.2"
  2103. snoke
  2104. so
  2105. solid
  2106. solid_server
  2107. solid_tools
  2108. solidity-alcotest
  2109. solidity-common
  2110. solidity-parser
  2111. solidity-test
  2112. solidity-typechecker
  2113. solo5-elftool
  2114. sortedseq_intersect
  2115. soundtouch >= "0.1.9"
  2116. soupault
  2117. spacetime_lib >= "0.3.0"
  2118. spawn < "v0.9.0" | >= "v0.13.0"
  2119. spdx_licenses
  2120. spectrum
  2121. speex >= "0.4.0"
  2122. spelll >= "0.3"
  2123. spin
  2124. splay_tree >= "v0.12.0" & < "v0.17.0"
  2125. splittable_random >= "v0.12.0" & < "v0.17.0"
  2126. spoc >= "20210823"
  2127. spoc_ppx
  2128. spoke
  2129. spotify-web-api >= "0.2.1"
  2130. spotlib >= "4.1.0"
  2131. sqlgg >= "20200521"
  2132. sqlite3 >= "4.4.1"
  2133. sqlite3_utils
  2134. srt < "0.3.1"
  2135. ssh-agent >= "0.2.0"
  2136. ssl >= "0.5.6"
  2137. stdcompat >= "19"
  2138. stdint >= "0.6.0" & < "0.7.2"
  2139. stdint-literals
  2140. stdio >= "v0.12.0" & < "v0.17.0"
  2141. stdlib-diff
  2142. stdlib-random
  2143. stdlib-shims
  2144. stitch
  2145. stk
  2146. stk_iconv
  2147. stk_ocf
  2148. stk_ppx
  2149. stk_rdf
  2150. stk_xml
  2151. stog >= "0.20.0"
  2152. stog_all
  2153. stog_asy
  2154. stog_dot
  2155. stog_extern
  2156. stog_markdown
  2157. stog_multi_doc
  2158. stog_nocaml
  2159. stog_noexec
  2160. stog_plugins
  2161. stog_rdf
  2162. stog_rel_href
  2163. stog_server
  2164. stog_server_multi
  2165. stog_sitemap
  2166. stog_writing
  2167. stored_reversed < "v0.17.0"
  2168. streamable < "v0.17.0"
  2169. streaming
  2170. string_dict >= "v0.12.0" & < "v0.17.0"
  2171. stringext >= "1.6.0"
  2172. sturgeon >= "0.4.2"
  2173. subscriptions-transport-ws
  2174. subtype-refinement >= "0.2"
  2175. sun
  2176. svmwrap
  2177. swagger >= "0.2.0"
  2178. swhid
  2179. swhid_compute
  2180. swhid_core
  2181. swhid_types
  2182. swipl
  2183. syguslib-utils
  2184. syndic >= "1.6.0"
  2185. sys-socket
  2186. sys-socket-unix
  2187. syslog >= "2.0.0"
  2188. syslog-message >= "1.0.0"
  2189. syslog-rfc5424
  2190. systemverilog >= "0.0.2"
  2191. tablecloth-base
  2192. tablecloth-native < "transition"
  2193. taglib >= "0.3.7"
  2194. talaria-bibtex
  2195. tar >= "1.0.0"
  2196. tar-eio
  2197. tar-mirage >= "1.0.0"
  2198. tar-unix >= "1.0.0"
  2199. tcalc
  2200. tcpip >= "3.7.0"
  2201. tdigest
  2202. teash
  2203. telltime
  2204. tensorboard
  2205. terminal < "0.4.0"
  2206. terminal_size >= "0.1.4"
  2207. testu01
  2208. textmate-language
  2209. textrazor
  2210. textutils >= "v0.12.0" & < "v0.17.0"
  2211. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  2212. textwrap >= "0.2.1"
  2213. tezos-base < "16.0"
  2214. tezos-base-test-helpers < "16.0"
  2215. tezos-base58
  2216. tezos-bls12-381-polynomial
  2217. tezos-clic < "16.0"
  2218. tezos-context < "16.0"
  2219. tezos-context-hash
  2220. tezos-context-hash-irmin
  2221. tezos-crypto < "16.0"
  2222. tezos-error-monad < "16.0"
  2223. tezos-event-logging < "16.0"
  2224. tezos-event-logging-test-helpers < "16.0"
  2225. tezos-hacl-glue
  2226. tezos-hacl-glue-unix
  2227. tezos-lwt-result-stdlib < "16.0"
  2228. tezos-micheline < "16.0"
  2229. tezos-p2p < "16.0"
  2230. tezos-p2p-services < "16.0"
  2231. tezos-plompiler
  2232. tezos-plonk
  2233. tezos-protocol-environment-packer
  2234. tezos-protocol-environment-sigs
  2235. tezos-protocol-environment-structs
  2236. tezos-requester < "16.0"
  2237. tezos-rpc < "16.0"
  2238. tezos-rpc-http < "16.0"
  2239. tezos-rpc-http-client < "16.0"
  2240. tezos-rpc-http-client-unix < "16.0"
  2241. tezos-rpc-http-server < "16.0"
  2242. tezos-shell-services < "16.0"
  2243. tezos-shell-services-test-helpers < "16.0"
  2244. tezos-stdlib < "16.0"
  2245. tezos-stdlib-unix < "16.0"
  2246. tezos-test-helpers < "16.0"
  2247. tezos-test-services
  2248. tezos-version < "16.0"
  2249. tezos-workers < "16.0"
  2250. tezt < "3.0.0"
  2251. theora >= "0.4.0"
  2252. thread-local-storage
  2253. thrift >= "0.10.0"
  2254. tidy >= "5-0.2"
  2255. tidy_email
  2256. tidy_email_mailgun
  2257. tidy_email_sendgrid
  2258. tidy_email_smtp
  2259. tilde_f < "v0.17.0"
  2260. time_now < "v0.17.0"
  2261. timed >= "1.1"
  2262. timedesc
  2263. timedesc-json
  2264. timedesc-sexp
  2265. timedesc-tzdb
  2266. timedesc-tzlocal
  2267. timedesc-tzlocal-js
  2268. timere
  2269. timere-parse
  2270. timezone < "v0.17.0"
  2271. tiny_httpd
  2272. tiny_httpd_camlzip
  2273. tip-parser >= "0.4"
  2274. tldr
  2275. tls >= "0.11.0" & < "0.15.4"
  2276. tls-async < "0.15.4"
  2277. tls-mirage < "0.15.4"
  2278. tofn
  2279. toml >= "5.0.0" & < "7.1.0"
  2280. toml-cconv
  2281. toml_cconv
  2282. toplevel_backend < "v0.17.0"
  2283. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  2284. topological_sort >= "v0.12.0" & < "v0.17.0"
  2285. torch < "v0.17.0"
  2286. tqdm
  2287. trace
  2288. trace-fuchsia
  2289. trace-tef
  2290. tracing < "v0.17.0"
  2291. tracy-client
  2292. transept
  2293. traverse
  2294. travesty < "0.7.2"
  2295. travis-opam >= "1.5.0"
  2296. trax >= "0.4.0"
  2297. tree_layout >= "0.2"
  2298. treeprint >= "2.3.0"
  2299. trie >= "1.0.0"
  2300. tsdl-image >= "0.3.0"
  2301. tsdl-mixer >= "0.3.0"
  2302. tsdl-ttf >= "0.3"
  2303. tsort
  2304. tube >= "4.4.0"
  2305. tuntap >= "1.7.0"
  2306. twirp_cohttp_lwt_unix
  2307. twirp_core
  2308. twirp_ezcurl
  2309. twirp_tiny_httpd
  2310. twostep
  2311. tyabt
  2312. typerep >= "v0.12.0" & < "v0.17.0"
  2313. typeset < "0.4"
  2314. tyre >= "0.5"
  2315. tyxml >= "4.3.0"
  2316. tyxml-jsx
  2317. tyxml-lwd
  2318. tyxml-ppx >= "4.3.0"
  2319. tyxml-syntax
  2320. u2f
  2321. ubase
  2322. ubpf
  2323. uecc >= "0.2"
  2324. uint >= "2.0.1"
  2325. ulid
  2326. um-abt
  2327. unidecode
  2328. unionFind
  2329. unisim_archisec < "0.0.1"
  2330. unison >= "2.51.4" & < "2.53.4"
  2331. universo
  2332. unix-errno >= "0.6.0"
  2333. unstrctrd
  2334. uri >= "2.2.0"
  2335. uri-bench
  2336. uri-re
  2337. uri-sexp
  2338. uring < "0.4"
  2339. uritemplate
  2340. user-agent-parser
  2341. username_kernel < "v0.17.0"
  2342. uspf
  2343. uspf-lwt
  2344. uspf-mirage
  2345. uspf-unix
  2346. utop >= "2.3.0"
  2347. uuuu >= "0.1.1"
  2348. validator
  2349. variantslib >= "v0.12.0" & < "v0.17.0"
  2350. varray
  2351. vcaml
  2352. vcardgen >= "1.2"
  2353. vchan
  2354. vchan-unix
  2355. vchan-xen
  2356. vec
  2357. vector
  2358. vector3 >= "1.0.0"
  2359. vercel
  2360. vhd-format >= "0.12.0"
  2361. vhd-format-lwt >= "0.12.0"
  2362. virtual_dom >= "v0.12.0" & < "v0.17.0"
  2363. visitors >= "20200207"
  2364. vlq >= "0.2.1"
  2365. vmnet >= "1.3.2"
  2366. vocal
  2367. voqc
  2368. vorbis >= "0.8.0"
  2369. vpt >= "5.0.0"
  2370. vue-jsoo
  2371. wall >= "0.4"
  2372. wasmer
  2373. wasmtime
  2374. wayland
  2375. waylaunch
  2376. webauthn
  2377. weberizer >= "0.8"
  2378. webmachine >= "0.6.2"
  2379. websocket >= "2.12"
  2380. websocket-async >= "2.12"
  2381. websocket-lwt >= "2.12"
  2382. websocket-lwt-unix
  2383. websocketaf
  2384. webtest >= "2.0.0"
  2385. webtest-js
  2386. wikitext
  2387. win-error >= "1.0"
  2388. win-eventlog >= "0.3"
  2389. winsvc
  2390. ws
  2391. ws-server
  2392. wseg
  2393. wtf8 >= "1.0.2"
  2394. wtr
  2395. wtr-ppx
  2396. wu-manber-fuzzy-search
  2397. x509 >= "0.6.3"
  2398. x86_64-esperanto >= "0.0.6"
  2399. xapi-backtrace >= "0.7"
  2400. xapi-inventory >= "1.2.1"
  2401. xapi-rrd >= "1.8.2"
  2402. xapi-stdext-date
  2403. xapi-stdext-encodings
  2404. xapi-stdext-pervasives
  2405. xapi-stdext-std
  2406. xapi-stdext-threads
  2407. xapi-stdext-unix
  2408. xapi-stdext-zerocheck
  2409. xdg-basedir
  2410. xen-evtchn >= "2.1.0"
  2411. xen-evtchn-unix >= "2.1.0"
  2412. xen-gnt >= "3.1.0"
  2413. xen-gnt-unix >= "3.1.0"
  2414. xenstore >= "2.1.0"
  2415. xenstore_transport >= "1.1.0"
  2416. xmelly
  2417. xml-light >= "2.5"
  2418. xmldiff >= "0.7.0"
  2419. xmldiff_js
  2420. xmlplaylist >= "0.1.5"
  2421. xoshiro
  2422. xtmpl >= "0.19.0"
  2423. xtmpl_js
  2424. xtmpl_ppx
  2425. yaml >= "1.0.0"
  2426. yaml-sexp
  2427. yara >= "0.2"
  2428. yocaml < "2.0.0"
  2429. yocaml_cmark
  2430. yocaml_git < "2.0.0"
  2431. yocaml_jingoo < "2.0.0"
  2432. yocaml_markdown
  2433. yocaml_mustache < "2.0.0"
  2434. yocaml_syndication < "2.0.0"
  2435. yocaml_unix < "2.0.0"
  2436. yocaml_yaml < "2.0.0"
  2437. yojson >= "1.5.0"
  2438. yojson-bench
  2439. yojson-five
  2440. yurt >= "0.6"
  2441. yuscii >= "0.2.1"
  2442. yuujinchou
  2443. zarith-ppx
  2444. zarith_stubs_js < "v0.17.0"
  2445. zed >= "2.0" & < "3.2.0"
  2446. zeit
  2447. zelus
  2448. zelus-gtk
  2449. zipperposition >= "1.5.1"
  2450. zipperposition-tools
  2451. zlib >= "0.6"
  2452. zlist >= "0.4.0"
  2453. zmq >= "5.1.0"
  2454. zmq-async >= "5.1.0"
  2455. zmq-eio
  2456. zmq-lwt >= "5.1.0"
  2457. zstandard >= "v0.12.1" & < "v0.17.0"
  2458. zstd = "0.3"
  2459. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.