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.

Published: 20 Oct 2022

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