package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

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 boot/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"

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