package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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.

Added to opam-repository:

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

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

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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.3"

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